Searched refs:g_path (Results 1 - 6 of 6) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/mman/mman_gtest/ |
H A D | mman_mmap_test.cpp | 16 const char* g_path; variable 22 g_path = "mmap.txt"; in CreateFileAndWrite() 23 g_filePtr = fopen(g_path, "w+"); in CreateFileAndWrite() 32 int result = remove(g_path); in CloseFileAndRemove() 35 g_path = nullptr; in CloseFileAndRemove() 66 CloseFileAndRemove(g_path, g_filePtr, fd); in HWTEST_F() 81 CloseFileAndRemove(g_path, g_filePtr, fd); in HWTEST_F() 96 int status = stat(g_path, &sb); in HWTEST_F() 100 CloseFileAndRemove(g_path, g_filePtr, fd); in HWTEST_F() 115 int status = stat(g_path, in HWTEST_F() [all...] |
/third_party/python/Mac/Tools/ |
H A D | pythonw.c | 63 char* g_path; in get_python_path() local 71 g_path = malloc(len+60); in get_python_path() 72 if (g_path == NULL) { in get_python_path() 76 strcpy(g_path, info.dli_fname); in get_python_path() 77 end = g_path + len - 1; in get_python_path() 78 while (end != g_path && *end != '/') { in get_python_path() 87 return g_path; in get_python_path()
|
/third_party/musl/libc-test/src/functionalext/rpath/ |
H A D | rpath_test.c | 92 dlns_set_namespace_permitted_paths(g_dlName, g_path); in RpathNsOrigin() 114 dlns_set_namespace_permitted_paths(g_dlName, g_path); in RpathNsMultiple()
|
H A D | rpath_test.h | 25 static const char* g_path = "/data/tests/libc-test/src"; variable
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/ |
H A D | cpuset_load_balance_test.sh | 60 local g_path="$CPUSET/1" 79 cpuset_set "$g_path" "$g_cpus" "$mems_all" "$g_balance" 2> $CPUSET_TMP/stderr 97 cpuset_set_opt "$g_path" "tasks" "$pid" 2> $CPUSET_TMP/stderr
|
H A D | cpuset_sched_domains_test.sh | 94 local g_path="$CPUSET/1" 112 cpuset_set "$g_path" "$g_cpus" "$mems_all" "$g_balance" 2> $CPUSET_TMP/stderr
|
Completed in 4 milliseconds