Searched refs:basepath (Results 1 – 8 of 8) sorted by relevance
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
D | common.h | 40 #define while_each_childdir(basepath, p_relpath, c_relpath, c_pathlen) \ argument 49 if (basepath[strlen(basepath) - 1] == '/' \ 53 snprintf(fullpath, sizeof(fullpath), "%s%s", basepath, \ 71 start = strlen(basepath); \ 72 if (basepath[start - 1] == '/') \
|
/third_party/python/Lib/test/test_tools/ |
D | __init__.py | 9 basepath = os.path.normpath( variable 15 toolsdir = os.path.join(basepath, 'Tools')
|
/third_party/node/deps/v8/tools/testrunner/outproc/ |
D | message.py | 14 def __init__(self, expected_outcomes, basepath, expected_fail, argument 18 self._basepath = basepath
|
/third_party/libfuse/test/ |
D | test_syscalls.c | 24 static const char *basepath; variable 105 sprintf(testfile, "%s/testfile.%d", basepath, testnum); in __start_test() 1971 basepath = argv[1]; in main() 1972 basepath_r = basepath; in main() 1996 assert(strlen(basepath) < 512); in main() 1998 if (basepath[0] != '/') { in main() 2003 sprintf(testfile, "%s/testfile", basepath); in main() 2004 sprintf(testfile2, "%s/testfile2", basepath); in main() 2005 sprintf(testdir, "%s/testdir", basepath); in main() 2006 sprintf(testdir2, "%s/testdir2", basepath); in main() [all …]
|
/third_party/skia/tools/fonts/ |
D | create_test_font.cpp | 290 static void generate_fonts(const char* basepath, const SkSpan<const FontFamilyDesc>& families) { in generate_fonts() argument 295 SkString filepath(SkOSPath::Join(basepath, font.fFile)); in generate_fonts()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ci/ |
D | radeonsi-run-tests.py | 339 def select_baseline(basepath, gfx_level, gpu_name): argument 349 for subdir, dirs, files in os.walk(basepath):
|
/third_party/python/Lib/test/ |
D | test_embed.py | 55 basepath = os.path.dirname(os.path.dirname(os.path.dirname(here))) 62 exepath = os.path.join(basepath, "Programs") 70 os.chdir(basepath)
|
/third_party/python/Lib/idlelib/ |
D | editor.py | 84 basepath = '/usr/share/doc/' # standard location 85 dochome = os.path.join(basepath, pyver,
|