Home
last modified time | relevance | path

Searched refs:fr_process_add_arg_concat (Results 1 – 25 of 29) sorted by relevance

12

/dports/archivers/lxqt-archiver/lxqt-archiver-0.5.0/src/core/
H A Dfr-command-7z.c335 fr_process_add_arg_concat (comm->process, "-w", base_dir, NULL); in fr_command_7z_add()
387 fr_process_add_arg_concat (comm->process, "-i@", from_file, NULL); in fr_command_7z_add()
393 fr_process_add_arg_concat (comm->process, "-i!", scan->data, NULL); in fr_command_7z_add()
424 fr_process_add_arg_concat (comm->process, "-i@", from_file, NULL); in fr_command_7z_delete()
430 fr_process_add_arg_concat (comm->process, "-i!", scan->data, NULL); in fr_command_7z_delete()
486 fr_process_add_arg_concat (comm->process, "-o", dest_dir, NULL); in fr_command_7z_extract()
489 fr_process_add_arg_concat (comm->process, "-i@", from_file, NULL); in fr_command_7z_extract()
495 fr_process_add_arg_concat (comm->process, "-i!", scan->data, NULL); in fr_command_7z_extract()
H A Dfr-command-arj.c198 fr_process_add_arg_concat (comm->process, "-g/", comm->password, NULL); in fr_command_arj_add()
265 fr_process_add_arg_concat (comm->process, "-ht/", dest_dir, NULL); in fr_command_arj_extract()
274 fr_process_add_arg_concat (comm->process, "-g/", comm->password, NULL); in fr_command_arj_extract()
297 fr_process_add_arg_concat (comm->process, "-g/", comm->password, NULL); in fr_command_arj_test()
H A Dfr-command-unarchiver.c143 fr_process_add_arg_concat (comm->process, "-password=", comm->password, NULL); in fr_command_unarchiver_list()
205 fr_process_add_arg_concat (comm->process, "-password=", comm->password, NULL); in fr_command_unarchiver_extract()
208 fr_process_add_arg_concat (comm->process, "-output-directory=", dest_dir, NULL); in fr_command_unarchiver_extract()
H A Dfr-command-rar.c362 fr_process_add_arg_concat (comm->process, "-hp", password, NULL); in add_password_arg()
364 fr_process_add_arg_concat (comm->process, "-p", password, NULL); in add_password_arg()
506 fr_process_add_arg_concat (comm->process, "@", from_file, NULL); in fr_command_rar_add()
555 fr_process_add_arg_concat (comm->process, "@", from_file, NULL); in fr_command_rar_delete()
631 fr_process_add_arg_concat (comm->process, "@", from_file, NULL); in fr_command_rar_extract()
H A Dfr-process.h98 void fr_process_add_arg_concat (FrProcess *fr_proc,
H A Dfr-command-cpio.c179 fr_process_add_arg_concat (comm->process, "cpio -itv < ", comm->e_filename, NULL); in fr_command_cpio_list()
H A Dfr-archive.c2747 fr_process_add_arg_concat (archive->process, source_dir, filename, NULL); in move_files_to_dir()
2749 fr_process_add_arg_concat (archive->process, source_dir, "/", filename, NULL); in move_files_to_dir()
2777 fr_process_add_arg_concat (archive->process, source_dir, filename, NULL); in move_files_to_dir()
2779 fr_process_add_arg_concat (archive->process, source_dir, "/", filename, NULL); in move_files_to_dir()
H A Dfr-process.c469 fr_process_add_arg_concat (FrProcess *process, in fr_process_add_arg_concat() function
/dports/archivers/file-roller/file-roller-3.40.0/src/
H A Dfr-command-7z.c368 fr_process_add_arg_concat (command->process, "-i@", from_file, NULL); in fr_command_7z_add()
374 fr_process_add_arg_concat (command->process, "-i!", scan->data, NULL); in fr_command_7z_add()
411 fr_process_add_arg_concat (command->process, "-i@", from_file, NULL); in fr_command_7z_delete()
417 fr_process_add_arg_concat (command->process, "-i!", scan->data, NULL); in fr_command_7z_delete()
474 fr_process_add_arg_concat (command->process, "-o", dest_dir, NULL); in fr_command_7z_extract()
477 fr_process_add_arg_concat (command->process, "-i@", from_file, NULL); in fr_command_7z_extract()
483 fr_process_add_arg_concat (command->process, "-i!", scan->data, NULL); in fr_command_7z_extract()
H A Dfr-command-arj.c203 fr_process_add_arg_concat (comm->process, "-g/", FR_ARCHIVE (comm)->password, NULL); in fr_command_arj_add()
270 fr_process_add_arg_concat (comm->process, "-ht/", dest_dir, NULL); in fr_command_arj_extract()
279 fr_process_add_arg_concat (comm->process, "-g/", FR_ARCHIVE (comm)->password, NULL); in fr_command_arj_extract()
302 fr_process_add_arg_concat (comm->process, "-g/", FR_ARCHIVE (comm)->password, NULL); in fr_command_arj_test()
H A Dfr-command-unarchiver.c150 fr_process_add_arg_concat (comm->process, "-password=", FR_ARCHIVE (comm)->password, NULL); in fr_command_unarchiver_list()
211 fr_process_add_arg_concat (comm->process, "-password=", FR_ARCHIVE (comm)->password, NULL); in fr_command_unarchiver_extract()
214 fr_process_add_arg_concat (comm->process, "-output-directory=", dest_dir, NULL); in fr_command_unarchiver_extract()
H A Dfr-command-rar.c374 fr_process_add_arg_concat (comm->process, "-hp", password, NULL); in add_password_arg()
376 fr_process_add_arg_concat (comm->process, "-p", password, NULL); in add_password_arg()
553 fr_process_add_arg_concat (comm->process, "@", from_file, NULL); in fr_command_rar_add()
604 fr_process_add_arg_concat (comm->process, "@", from_file, NULL); in fr_command_rar_delete()
680 fr_process_add_arg_concat (comm->process, "@", from_file, NULL); in fr_command_rar_extract()
H A Dfr-process.h83 void fr_process_add_arg_concat (FrProcess *fr_proc,
H A Dfr-command-rpm.c186fr_process_add_arg_concat (comm->process, PRIVEXECDIR "rpm2cpio ", comm->e_filename, " -itv", NULL… in fr_command_rpm_list()
H A Dfr-command-cpio.c178 fr_process_add_arg_concat (comm->process, CPIO_PATH " -itv < ", comm->e_filename, NULL); in fr_command_cpio_list()
H A Dfr-command.c1759 fr_process_add_arg_concat (self->process, source_dir, filename, NULL); in move_files_to_dir()
1761 fr_process_add_arg_concat (self->process, source_dir, "/", filename, NULL); in move_files_to_dir()
1790 fr_process_add_arg_concat (self->process, source_dir, filename, NULL); in move_files_to_dir()
1792 fr_process_add_arg_concat (self->process, source_dir, "/", filename, NULL); in move_files_to_dir()
H A Dfr-process.c478 fr_process_add_arg_concat (FrProcess *process, in fr_process_add_arg_concat() function
/dports/archivers/engrampa/engrampa-1.26.0/src/
H A Dfr-command-7z.c386 fr_process_add_arg_concat (comm->process, "-i@", from_file, NULL); in fr_command_7z_add()
392 fr_process_add_arg_concat (comm->process, "-i!", scan->data, NULL); in fr_command_7z_add()
423 fr_process_add_arg_concat (comm->process, "-i@", from_file, NULL); in fr_command_7z_delete()
429 fr_process_add_arg_concat (comm->process, "-i!", scan->data, NULL); in fr_command_7z_delete()
485 fr_process_add_arg_concat (comm->process, "-o", dest_dir, NULL); in fr_command_7z_extract()
488 fr_process_add_arg_concat (comm->process, "-i@", from_file, NULL); in fr_command_7z_extract()
494 fr_process_add_arg_concat (comm->process, "-i!", scan->data, NULL); in fr_command_7z_extract()
H A Dfr-command-arj.c198 fr_process_add_arg_concat (comm->process, "-g/", comm->password, NULL); in fr_command_arj_add()
265 fr_process_add_arg_concat (comm->process, "-ht/", dest_dir, NULL); in fr_command_arj_extract()
274 fr_process_add_arg_concat (comm->process, "-g/", comm->password, NULL); in fr_command_arj_extract()
297 fr_process_add_arg_concat (comm->process, "-g/", comm->password, NULL); in fr_command_arj_test()
H A Dfr-command-unarchiver.c143 fr_process_add_arg_concat (comm->process, "-password=", comm->password, NULL); in fr_command_unarchiver_list()
205 fr_process_add_arg_concat (comm->process, "-password=", comm->password, NULL); in fr_command_unarchiver_extract()
208 fr_process_add_arg_concat (comm->process, "-output-directory=", dest_dir, NULL); in fr_command_unarchiver_extract()
H A Dfr-command-rar.c362 fr_process_add_arg_concat (comm->process, "-hp", password, NULL); in add_password_arg()
364 fr_process_add_arg_concat (comm->process, "-p", password, NULL); in add_password_arg()
506 fr_process_add_arg_concat (comm->process, "@", from_file, NULL); in fr_command_rar_add()
555 fr_process_add_arg_concat (comm->process, "@", from_file, NULL); in fr_command_rar_delete()
631 fr_process_add_arg_concat (comm->process, "@", from_file, NULL); in fr_command_rar_extract()
H A Dfr-process.h99 void fr_process_add_arg_concat (FrProcess *fr_proc,
H A Dfr-command-rpm.c190 fr_process_add_arg_concat (comm->process, "rpm2cpio < ", comm->e_filename, " | cpio -itv", NULL); in fr_command_rpm_list()
H A Dfr-command-cpio.c181 fr_process_add_arg_concat (comm->process, CPIO_PATH " -itv < ", comm->e_filename, NULL); in fr_command_cpio_list()
H A Dfr-archive.c2736 fr_process_add_arg_concat (archive->process, source_dir, filename, NULL); in move_files_to_dir()
2738 fr_process_add_arg_concat (archive->process, source_dir, "/", filename, NULL); in move_files_to_dir()
2766 fr_process_add_arg_concat (archive->process, source_dir, filename, NULL); in move_files_to_dir()
2768 fr_process_add_arg_concat (archive->process, source_dir, "/", filename, NULL); in move_files_to_dir()

12