Searched refs:basepath (Results 1 – 2 of 2) 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/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'))
|