Home
last modified time | relevance | path

Searched defs:root_path (Results 1 – 6 of 6) sorted by relevance

/aosp12/build/make/tools/fs_config/
H A Dfs_config.c78 char* root_path = NULL; in main() local
/aosp12/system/core/libprocessgroup/setup/
H A Dcgroup_map_write.cpp149 const std::string& root_path, int cgroups_version) { in MergeCgroupToDescriptors()
209 std::string root_path = cgroups2["Path"].asString(); in ReadDescriptorsFromFile() local
/aosp12/frameworks/native/cmds/installd/
H A Dglobals.cpp69 const char* root_path = getenv("ANDROID_ROOT"); in init_globals_from_data_and_root() local
H A Dutils.cpp76 static std::string resolve_ce_path_by_inode_or_fallback(const std::string& root_path, in resolve_ce_path_by_inode_or_fallback()
/aosp12/frameworks/base/libs/androidfw/
H A DAssetsProvider.cpp213 bool ZipAssetsProvider::ForEachFile(const std::string& root_path, in ForEachFile()
375 bool MultiAssetsProvider::ForEachFile(const std::string& root_path, in ForEachFile()
/aosp12/system/extras/puncture_fs/
H A Dpuncture_fs.cpp121 static bool create_unique_dir(char *dir, const char * const root_path) { in create_unique_dir()