HomeSort by: relevance | last modified time | path
    Searched defs:absolute_path (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/libarchive/dist/tar/test/
test_crlf_mtree.c 29 char *absolute_path = malloc(strlen(testworkdir) + strlen(mtree_file) + 1); local
30 strcpy(absolute_path, testworkdir);
31 strcat(absolute_path, mtree_file );
34 assertMakeFile(absolute_path, 0777, content);
40 p = absolute_path;
47 r = systemf("%s -cf %s @%s >step1.out 2>step1.err", testprog, filename, absolute_path);
48 failure("Error invoking %s -cf %s -C bar @%s", testprog, filename, absolute_path);
50 r = systemf("%s -cf %s \"@%s\" >step1.out 2>step1.err", testprog, filename, absolute_path);
51 failure("Error invoking %s -cf %s -C bar \"@%s\"", testprog, filename, absolute_path);
71 free(absolute_path);
    [all...]
test_option_C_mtree.c 26 char *absolute_path = malloc(strlen(testworkdir) + strlen(mtree_file) + 1); local
27 strcpy(absolute_path, testworkdir);
28 strcat(absolute_path, mtree_file );
31 assertMakeFile(absolute_path, 0777, content);
36 p = absolute_path;
43 r = systemf("%s -cf %s -C bar @%s >step1.out 2>step1.err", testprog, filename, absolute_path);
44 failure("Error invoking %s -cf %s -C bar @%s", testprog, filename, absolute_path);
46 r = systemf("%s -cf %s -C bar \"@%s\" >step1.out 2>step1.err", testprog, filename, absolute_path);
47 failure("Error invoking %s -cf %s -C bar \"@%s\"", testprog, filename, absolute_path);
67 free(absolute_path);
    [all...]
  /src/external/bsd/kyua-cli/dist/engine/
test_program.cpp 145 const std::string output = tester.list(test_program.absolute_path());
311 engine::test_program::absolute_path(void) const function in class:engine::test_program
  /src/external/bsd/kyua-cli/dist/store/
migrate_v1_v2.sql 55 -- * Added missing column affinities to the absolute_path and relative_path
99 absolute_path TEXT NOT NULL,
107 INSERT INTO new_test_programs (test_program_id, action_id, absolute_path,
110 SELECT test_program_id, action_id, absolute_path, root, relative_path,
schema_v1.sql 145 absolute_path NOT NULL,
schema_v2.sql 179 absolute_path TEXT NOT NULL,
  /src/external/mpl/dhcp/dist/common/
print.c 1458 char *absolute_path(const char *orgpath) { function
  /src/external/mit/libuv/dist/src/unix/
aix.c 790 char absolute_path[PATH_MAX]; local
804 uv__strscpy(absolute_path, filename, sizeof(absolute_path));
817 snprintf(absolute_path, sizeof(absolute_path), "%s%s", readlink_cwd,
825 rc = uv__setup_ahafs((const char *)absolute_path, &fd);
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_disk_windows.c 2275 BOOL absolute_path = 0; local
2297 absolute_path = 1;
2348 absolute_path = 1;
2363 absolute_path = 1;
2369 if (absolute_path && (a->flags & ARCHIVE_EXTRACT_SECURE_NOABSOLUTEPATHS)) {

Completed in 20 milliseconds