Home
last modified time | relevance | path

Searched defs:full_path (Results 1 – 22 of 22) sorted by relevance

/aosp12/system/apex/apexd/
H A Dapex_database.h39 std::string full_path; // Full path to the apex file. member
141 const std::string& full_path) in SetLatest()
148 const std::string& full_path) in SetLatestLocked()
H A Dapex_database_test.cpp105 const std::string& loop_name, const std::string& full_path, in Contains()
121 const std::string& loop_name, const std::string& full_path, in ContainsPackage()
H A Dapex_database.cpp187 std::string_view full_path = apex_data->full_path; in NormalizeIfDeleted() local
H A Dapexd.cpp494 const std::string& full_path = apex.GetPath(); in MountPackageImpl() local
1130 bool IsMounted(const std::string& full_path) { in IsMounted()
1379 Result<void> ActivatePackage(const std::string& full_path) { in ActivatePackage()
1390 Result<void> DeactivatePackage(const std::string& full_path) { in DeactivatePackage()
/aosp12/art/libartbase/base/
H A Dfile_utils.cc525 bool LocationIsOnArtModule(std::string_view full_path) { in LocationIsOnArtModule()
551 static bool IsLocationOn(std::string_view full_path, in IsLocationOn()
582 bool LocationIsOnSystemFramework(std::string_view full_path) { in LocationIsOnSystemFramework()
589 bool LocationIsOnSystemExtFramework(std::string_view full_path) { in LocationIsOnSystemExtFramework()
602 bool LocationIsOnConscryptModule(std::string_view full_path) { in LocationIsOnConscryptModule()
607 bool LocationIsOnI18nModule(std::string_view full_path) { in LocationIsOnI18nModule()
612 bool LocationIsOnApex(std::string_view full_path) { in LocationIsOnApex()
/aosp12/frameworks/base/tools/aapt2/io/
H A DFileSystem.cpp100 std::string full_path = prefix_path; in Create() local
114 for (const std::string& full_path : sorted_files) { in Create() local
/aosp12/system/core/fs_mgr/libsnapshot/
H A Destimate_cow_from_nonab_ota.cpp109 auto full_path = path_ + "/" + path; in HasFile() local
115 auto full_path = path_ + "/" + path; in OpenFile() local
H A Dsnapshot.cpp3779 std::string full_path; in DeleteDeviceIfExists() local
/aosp12/system/core/fs_mgr/libfs_avb/
H A Dutil.cpp139 std::string full_path = android::base::StringPrintf("%s/%s", dir.c_str(), de->d_name); in ListFiles() local
/aosp12/frameworks/base/tools/aapt2/format/
H A DArchive.cpp61 std::string full_path = dir_; in StartEntry() local
/aosp12/frameworks/base/tools/aapt2/test/
H A DFixture.cpp55 std::string full_path = file::BuildPath({root_dir, entry->d_name}); in ClearDirectory() local
/aosp12/hardware/invensense/65xx/libsensors_iio/
H A DMPLSupport.cpp282 char full_path[MAX_SYSFS_NAME_LEN]; in read_sysfs_dir() local
/aosp12/system/apex/tools/
H A Ddeapexer.py56 def full_path(self): member in ApexImageEntry
/aosp12/hardware/qcom/wlan/qcwcn/wcnss-service/
H A Dwcnss_service.c232 void find_full_path(char *cur_dir, char *file_to_find, char *full_path) in find_full_path()
/aosp12/frameworks/base/tools/aapt2/util/
H A DFiles.cpp364 std::string full_path = root_dir; in FindFiles() local
/aosp12/hardware/invensense/6515/libsensors_iio/
H A DMPLSupport.cpp285 char full_path[MAX_SYSFS_NAME_LEN]; in read_sysfs_dir() local
/aosp12/art/runtime/gc/space/
H A Dimage_space_test.cc42 std::string GetFilenameBase(const std::string& full_path) { in GetFilenameBase()
/aosp12/system/core/init/
H A Dfirst_stage_mount.cpp481 std::string full_path = StringPrintf("%s/%s", avb_key_dir, de->d_name); in PreloadAvbKeys() local
/aosp12/system/extras/simpleperf/
H A Dtracing.cpp98 std::string full_path = tracefs_dir + path; in ReadTraceFsFile() local
/aosp12/packages/modules/adb/
H A Dtest_device.py715 def __init__(self, checksum, full_path): argument
/aosp12/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp492 std::string full_path = "assets/" + dirname; in OpenDir() local
/aosp12/frameworks/base/tools/aapt2/cmd/
H A DLink.cpp1561 std::string full_path = assets_dir; in CopyAssetsDirsToApk() local