Home
last modified time | relevance | path

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

/system/linkerconfig/
Dmain.cc299 const std::string& base_dir) { in GenerateApexConfiguration()
317 const std::string& base_dir) { in GenerateApexConfiguration()
/system/tools/aidl/
Dio_delegate.cpp123 string base_dir = caller_base_dir; in CreateNestedDirs() local
/system/core/init/
Dfirst_stage_init.cpp176 std::unique_ptr<DIR, decltype(&closedir)> base_dir(opendir(MODULE_BASE_DIR), closedir); in LoadKernelModules() local
/system/apex/tools/
Ddeapexer.py40 def __init__(self, name, base_dir, permissions, size, ino, extents, argument
/system/apex/apexd/
Dapexd.cpp1946 Result<void> SnapshotDataDirectory(const std::string& base_dir, in SnapshotDataDirectory()
1971 Result<void> RestoreDataDirectory(const std::string& base_dir, in RestoreDataDirectory()
1995 void SnapshotOrRestoreDeIfNeeded(const std::string& base_dir, in SnapshotOrRestoreDeIfNeeded()
2052 auto base_dir = StringPrintf("%s/%d", kCeDataDir, user_id); in SnapshotCeData() local
2058 auto base_dir = StringPrintf("%s/%d", kCeDataDir, user_id); in RestoreCeData() local
2068 Result<void> DestroySnapshots(const std::string& base_dir, in DestroySnapshots()
2126 void RestorePreRestoreSnapshotsIfPresent(const std::string& base_dir, in RestorePreRestoreSnapshotsIfPresent()
2157 void DeleteDePreRestoreSnapshots(const std::string& base_dir, in DeleteDePreRestoreSnapshots()