Searched refs:base_path (Results 1 – 3 of 3) sorted by relevance
/frameworks/compile/slang/lit-tests/ |
D | lit.cfg | 16 config.base_path = os.getenv('ANDROID_BUILD_TOP') 24 config.test_exec_root = os.path.join(config.base_path, 'out', 'tests', 'slang', 'lit-tests') 51 …('rs-filecheck-wrapper.sh', 'RS_FILECHECK_WRAPPER', os.path.join(config.base_path, 'frameworks', '… 52 …filecheck-wrapper.sh', 'SCRIPTC_FILECHECK_WRAPPER', os.path.join(config.base_path, 'frameworks', '… 55 config.slang_includes = "-I " + os.path.join(config.base_path, 'frameworks', 'rs', 'script_api', 'i… 56 … + "-I " + os.path.join(config.base_path, 'external', 'clang', 'lib', 'Headers')
|
/frameworks/native/libs/vr/libpdx_default_transport/ |
D | pdx_tool.cpp | 106 void CallOnAllFiles(CallbackType callback, const std::string& base_path) { in CallOnAllFiles() argument 108 nftw(base_path.c_str(), callback, kMaxDepth, FTW_PHYS); in CallOnAllFiles()
|
/frameworks/native/cmds/installd/ |
D | InstalldNativeService.cpp | 1834 auto base_path = create_data_misc_ce_rollback_base_path(volume_uuid, userId); in destroyCeSnapshotsNotSpecified() local 1836 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(base_path.c_str()), closedir); in destroyCeSnapshotsNotSpecified() 1838 return error(-1, "Failed to open rollback base dir " + base_path); in destroyCeSnapshotsNotSpecified()
|