Home
last modified time | relevance | path

Searched refs:basepath (Results 1 – 8 of 8) sorted by relevance

/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dcommon.h40 #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__.py9 basepath = os.path.normpath( variable
15 toolsdir = os.path.join(basepath, 'Tools')
/third_party/node/deps/v8/tools/testrunner/outproc/
Dmessage.py14 def __init__(self, expected_outcomes, basepath, expected_fail, argument
18 self._basepath = basepath
/third_party/libfuse/test/
Dtest_syscalls.c24 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/
Dcreate_test_font.cpp290 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/
Dradeonsi-run-tests.py339 def select_baseline(basepath, gfx_level, gpu_name): argument
349 for subdir, dirs, files in os.walk(basepath):
/third_party/python/Lib/test/
Dtest_embed.py55 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/
Deditor.py84 basepath = '/usr/share/doc/' # standard location
85 dochome = os.path.join(basepath, pyver,