Searched refs:basepath (Results 1 – 8 of 8) sorted by relevance
/external/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] == '/') \
|
/external/python/cpython2/Lib/lib-tk/test/ |
D | runtktests.py | 23 def get_tests_modules(basepath=this_dir_path, gui=True, packages=None): argument 32 for dirpath, dirnames, filenames in os.walk(basepath): 38 pkg_name = dirpath[len(basepath) + len(os.sep):].replace('/', '.')
|
/external/sl4a/Docs/ |
D | generate_api_reference_md.py | 108 def __init__(self, basepath): argument 112 for path, dirs, files in os.walk(basepath): 219 basepath = os.path.abspath(os.path.join(os.path.dirname( variable 221 g = DocGenerator(basepath) 222 g.WriteOutput(os.path.join(basepath, 'Docs/ApiReference.md'))
|
/external/lisa/libs/utils/ |
D | env.py | 49 basepath = os.path.dirname(os.path.realpath(__file__)) variable 50 basepath = basepath.replace('/libs/utils', '') variable 215 self._log.info('Using base path: %s', basepath) 275 self.res_dir = os.path.join(basepath, 'results', self.res_dir) 277 self.res_dir = os.path.join(basepath, OUT_PREFIX) 288 res_lnk = os.path.join(basepath, LATEST_LINK) 314 conf_file = os.path.join(basepath, filepath) 600 binary = '{}/tools/scripts/{}'.format(basepath, tool) 603 .format(basepath, self.target.abi, tool) 704 em_path = os.path.join(basepath, [all …]
|
D | conf.py | 42 basepath = os.path.dirname(__file__).replace('/libs/utils', '') 43 filepath = os.path.join(basepath, filepath)
|
/external/trappy/trappy/ |
D | ftrace.py | 674 def __process_path(self, basepath): argument 677 if os.path.isfile(basepath): 678 trace_name = os.path.splitext(basepath)[0] 680 trace_name = os.path.join(basepath, "trace")
|
/external/python/cpython2/Lib/test/ |
D | test_tools.py | 25 basepath = os.path.join(os.path.dirname(os.path.dirname(os.path.dirname(__file__))), variable 27 scriptsdir = os.path.join(basepath, 'scripts')
|
/external/python/cpython2/Lib/idlelib/ |
D | EditorWindow.py | 140 basepath = '/usr/share/doc/' # standard location 141 dochome = os.path.join(basepath, pyver,
|