Home
last modified time | relevance | path

Searched defs:paths (Results 1 – 25 of 27) sorted by relevance

12

/system/incremental_delivery/incfs/include/
Dpath.h116 std::string join(std::string&& first, std::string_view second, Paths&&... paths) { in join()
128 std::string join(std::string_view first, std::string_view second, Paths&&... paths) { in join()
132 std::string join(const char* first, std::string_view second, Paths&&... paths) { in join()
/system/vold/
DIdleMaint.cpp99 static void addFromVolumeManager(std::list<std::string>* paths, PathTypes path_type) { in addFromVolumeManager()
120 static void addFromFstab(std::list<std::string>* paths, PathTypes path_type, bool only_data_part) { in addFromFstab()
173 std::list<std::string> paths; in Trim() local
222 static bool waitForGc(const std::list<std::string>& paths) { in waitForGc()
257 static int startGc(const std::list<std::string>& paths) { in startGc()
267 static int stopGc(const std::list<std::string>& paths) { in stopGc()
419 std::list<std::string> paths; in RunIdleMaint() local
537 std::list<std::string> paths; in SetGCUrgentPace() local
643 std::list<std::string> paths; in getLifeTimeWrite() local
DFsCrypt.cpp184 const std::vector<std::string>& paths, std::string* ce_key_path) { in get_ce_key_new_path()
201 const std::vector<std::string>& paths) { in fixate_user_ce_key()
223 auto const paths = get_ce_key_paths(directory_path); in read_and_fixate_user_ce_key() local
840 auto const paths = get_ce_key_paths(directory_path); in fscrypt_set_ce_key_protection() local
DVolumeManager.cpp1090 int VolumeManager::ensureAppDirsCreated(const std::vector<std::string>& paths, int32_t appUid) { in ensureAppDirsCreated()
DVoldNativeService.cpp414 binder::Status VoldNativeService::ensureAppDirsCreated(const std::vector<std::string>& paths, in ensureAppDirsCreated()
/system/core/libcutils/
Dfs_config_test.cpp77 static bool check_unique(std::vector<const char*>& paths, const std::string& config_name, in check_unique()
128 static bool check_unique(const fs_path_config* paths, const char* type_name, in check_unique()
223 void check_two(const fs_path_config* paths, const char* type_name, const char* prefix) { in check_two()
/system/core/init/
Dfscrypt_init_extensions.cpp45 char* const paths[2] = {const_cast<char*>(dir.c_str()), nullptr}; in delete_dir_contents() local
Dapex_init_util.cpp62 std::vector<std::string> paths = android::base::Split(path, "/"); in CollectRcScriptsFromApex() local
Dutil.cpp578 std::vector<std::string> paths; in ParseRestorecon() local
Dbuiltins.cpp924 char* paths[] = {const_cast<char*>(args[1].data()), nullptr}; in do_readahead() local
/system/sepolicy/build/soong/
Dbuild_files.go79 paths []string member
/system/sepolicy/tools/
Dseamendc.c104 static int read_cil_files(struct cil_db **db, char **paths, in read_cil_files()
Dcheckfc.c253 …ic void do_compare_and_die_on_error(struct selinux_opt opts[], unsigned int backend, char *paths[]) in do_compare_and_die_on_error()
288 char *paths[]) in do_test_data_and_die_on_error()
/system/incremental_delivery/incfs/tests/include/
DIncFsTestBase.h85 std::string mountPath(Paths&&... paths) const { in mountPath()
/system/apex/apexd/
Dapexservice.cpp147 BinderStatus ApexService::stagePackages(const std::vector<std::string>& paths) { in stagePackages()
172 const std::vector<std::string>& paths) { in unstagePackages()
Dapexd.cpp612 const std::vector<std::string>& paths) { in OpenApexFiles()
2050 Result<void> UnstagePackages(const std::vector<std::string>& paths) { in UnstagePackages()
/system/core/debuggerd/tombstoned/
Dtombstoned.cpp456 CrashArtifactPaths paths = queue->get_next_artifact_paths(); in crash_completed() local
/system/core/init/libprefetch/prefetch/src/
Dreplay.rs440 pub(crate) paths: HashMap<String, FileId>, field
Dformat.rs128 pub(crate) paths: Vec<PathString>, field
/system/vold/binder/android/os/
DIVold.aidl62 void ensureAppDirsCreated(in @utf8InCpp String[] paths, int appUid); in ensureAppDirsCreated()
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp2583 SnapshotContext context, SnapshotPaths* paths) { in MapPartitionWithSnapshot()
3927 SnapshotPaths paths; in MapUpdateSnapshot() local
3991 LockedFile* lock, const SnapshotStatus& status, const SnapshotPaths& paths, in OpenCompressedSnapshotWriter()
Dsnapshot_test.cpp3020 std::vector<std::string> paths = { in SetUp() local
/system/libhidl/transport/
DServiceManagement.cpp516 std::vector<std::string> paths = {HAL_LIBRARY_PATH_ODM, HAL_LIBRARY_PATH_VENDOR, in openLibs() local
/system/tools/aidl/
Daidl_to_cpp_common.cpp100 vector<string> paths = toplevel->GetSplitPackage(); in HeaderFile() local
/system/gsid/
Dgsi_service.cpp1145 std::vector<std::pair<std::string, std::string>> paths = { in VerifyImageMaps() local

12