/aosp12/system/apex/apexd/ |
H A D | apex_database.h | 39 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 D | apex_database_test.cpp | 105 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 D | apex_database.cpp | 187 std::string_view full_path = apex_data->full_path; in NormalizeIfDeleted() local
|
H A D | apexd.cpp | 494 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 D | file_utils.cc | 525 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 D | FileSystem.cpp | 100 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 D | estimate_cow_from_nonab_ota.cpp | 109 auto full_path = path_ + "/" + path; in HasFile() local 115 auto full_path = path_ + "/" + path; in OpenFile() local
|
H A D | snapshot.cpp | 3779 std::string full_path; in DeleteDeviceIfExists() local
|
/aosp12/system/core/fs_mgr/libfs_avb/ |
H A D | util.cpp | 139 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 D | Archive.cpp | 61 std::string full_path = dir_; in StartEntry() local
|
/aosp12/frameworks/base/tools/aapt2/test/ |
H A D | Fixture.cpp | 55 std::string full_path = file::BuildPath({root_dir, entry->d_name}); in ClearDirectory() local
|
/aosp12/hardware/invensense/65xx/libsensors_iio/ |
H A D | MPLSupport.cpp | 282 char full_path[MAX_SYSFS_NAME_LEN]; in read_sysfs_dir() local
|
/aosp12/system/apex/tools/ |
H A D | deapexer.py | 56 def full_path(self): member in ApexImageEntry
|
/aosp12/hardware/qcom/wlan/qcwcn/wcnss-service/ |
H A D | wcnss_service.c | 232 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 D | Files.cpp | 364 std::string full_path = root_dir; in FindFiles() local
|
/aosp12/hardware/invensense/6515/libsensors_iio/ |
H A D | MPLSupport.cpp | 285 char full_path[MAX_SYSFS_NAME_LEN]; in read_sysfs_dir() local
|
/aosp12/art/runtime/gc/space/ |
H A D | image_space_test.cc | 42 std::string GetFilenameBase(const std::string& full_path) { in GetFilenameBase()
|
/aosp12/system/core/init/ |
H A D | first_stage_mount.cpp | 481 std::string full_path = StringPrintf("%s/%s", avb_key_dir, de->d_name); in PreloadAvbKeys() local
|
/aosp12/system/extras/simpleperf/ |
H A D | tracing.cpp | 98 std::string full_path = tracefs_dir + path; in ReadTraceFsFile() local
|
/aosp12/packages/modules/adb/ |
H A D | test_device.py | 715 def __init__(self, checksum, full_path): argument
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | AssetManager2.cpp | 492 std::string full_path = "assets/" + dirname; in OpenDir() local
|
/aosp12/frameworks/base/tools/aapt2/cmd/ |
H A D | Link.cpp | 1561 std::string full_path = assets_dir; in CopyAssetsDirsToApk() local
|