Home
last modified time | relevance | path

Searched defs:base_dir (Results 1 – 5 of 5) sorted by relevance

/system/tools/aidl/
Dio_delegate.cpp123 string base_dir = caller_base_dir; in CreateNestedDirs() local
/system/apex/apexd/
Dapexd.cpp1279 Result<void> snapshotDataDirectory(const std::string& base_dir, in snapshotDataDirectory()
1304 Result<void> restoreDataDirectory(const std::string& base_dir, in restoreDataDirectory()
1328 void snapshotOrRestoreDeIfNeeded(const std::string& base_dir, in snapshotOrRestoreDeIfNeeded()
1385 auto base_dir = StringPrintf("%s/%d", kCeDataDir, user_id); in snapshotCeData() local
1398 auto base_dir = StringPrintf("%s/%d", kCeDataDir, user_id); in restoreCeData() local
1431 Result<void> destroySnapshots(const std::string& base_dir, in destroySnapshots()
1453 void restorePreRestoreSnapshotsIfPresent(const std::string& base_dir, in restorePreRestoreSnapshotsIfPresent()
1490 void deleteDePreRestoreSnapshots(const std::string& base_dir, in deleteDePreRestoreSnapshots()
/system/core/init/
Dfirst_stage_init.cpp127 std::unique_ptr<DIR, decltype(&closedir)> base_dir(opendir(MODULE_BASE_DIR), closedir); in LoadKernelModules() local
/system/apex/tools/
Ddeapexer.py37 def __init__(self, name, base_dir, permissions, size, is_directory=False, is_symlink=False): argument
/system/linkerconfig/
Dmain.cc246 const std::string& base_dir, android::linkerconfig::contents::Context& ctx, in GenerateApexConfiguration()