Searched refs:path3 (Results 1 – 4 of 4) sorted by relevance
/kernel/liteos_a/testsuites/unittest/process/plimits/smoke/ |
D | It_process_plimits_007.cpp | 46 std::string path3 = "/proc/plimits/test/subtest/subtest/subtest"; in ItProcessPlimits007() local 57 ret = mkdir(path3.c_str(), mode); in ItProcessPlimits007()
|
D | It_process_plimits_006.cpp | 39 const char *path3 = "/proc/plimits/plimits.procs"; in ItProcessPlimits006() local 40 ret = remove(path3); in ItProcessPlimits006()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | path.c | 67 int path__join3(char *bf, size_t size, const char *path1, const char *path2, const char *path3) in path__join3() argument 70 path2, path2[0] ? "/" : "", path3); in path__join3()
|
D | path.h | 11 int path__join3(char *bf, size_t size, const char *path1, const char *path2, const char *path3);
|