Home
last modified time | relevance | path

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

/system/tools/aidl/
Dio_delegate.cpp126 string base_dir = caller_base_dir; in CreateNestedDirs() local
/system/core/init/
Dfirst_stage_init.cpp136 std::unique_ptr<DIR, decltype(&closedir)> base_dir(opendir(MODULE_BASE_DIR), closedir); in LoadKernelModules() local
/system/linkerconfig/
Dmain.cc264 const std::string& base_dir, android::linkerconfig::contents::Context& ctx, in GenerateApexConfiguration()
/system/apex/apexd/
Dapexd.cpp1706 Result<void> SnapshotDataDirectory(const std::string& base_dir, in SnapshotDataDirectory()
1731 Result<void> RestoreDataDirectory(const std::string& base_dir, in RestoreDataDirectory()
1755 void SnapshotOrRestoreDeIfNeeded(const std::string& base_dir, in SnapshotOrRestoreDeIfNeeded()
1812 auto base_dir = StringPrintf("%s/%d", kCeDataDir, user_id); in SnapshotCeData() local
1818 auto base_dir = StringPrintf("%s/%d", kCeDataDir, user_id); in RestoreCeData() local
1828 Result<void> DestroySnapshots(const std::string& base_dir, in DestroySnapshots()
1886 void RestorePreRestoreSnapshotsIfPresent(const std::string& base_dir, in RestorePreRestoreSnapshotsIfPresent()
1917 void DeleteDePreRestoreSnapshots(const std::string& base_dir, in DeleteDePreRestoreSnapshots()
/system/apex/tools/
Ddeapexer.py40 def __init__(self, name, base_dir, permissions, size, ino, extents, is_directory=False, argument