Home
last modified time | relevance | path

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

/system/linkerconfig/
Dmain.cc325 const std::string& base_dir) { in GenerateApexConfiguration()
343 const std::string& base_dir) { in GenerateApexConfiguration()
/system/tools/aidl/
Dio_delegate.cpp123 string base_dir = caller_base_dir; in CreateNestedDirs() local
/system/apex/apexd/
Dapexd.cpp1643 Result<void> SnapshotDataDirectory(const std::string& base_dir, in SnapshotDataDirectory()
1668 Result<void> RestoreDataDirectory(const std::string& base_dir, in RestoreDataDirectory()
1692 void SnapshotOrRestoreDeIfNeeded(const std::string& base_dir, in SnapshotOrRestoreDeIfNeeded()
1749 auto base_dir = StringPrintf("%s/%d", kCeDataDir, user_id); in SnapshotCeData() local
1755 auto base_dir = StringPrintf("%s/%d", kCeDataDir, user_id); in RestoreCeData() local
1759 Result<void> DestroySnapshots(const std::string& base_dir, in DestroySnapshots()
1817 void RestorePreRestoreSnapshotsIfPresent(const std::string& base_dir, in RestorePreRestoreSnapshotsIfPresent()
1848 void DeleteDePreRestoreSnapshots(const std::string& base_dir, in DeleteDePreRestoreSnapshots()
/system/apex/tools/
Ddeapexer.py60 def __init__(self, name, *, base_dir, permissions, size, ino, extents, argument
/system/core/init/
Dfirst_stage_init.cpp225 std::unique_ptr<DIR, decltype(&closedir)> base_dir(opendir(MODULE_BASE_DIR), closedir); in LoadKernelModules() local