/aosp12/system/apex/apexd/ |
H A D | apex_file_test.cpp | 82 const std::string file_path = kTestDataDir + "missing.apex"; in TEST() local 161 const std::string file_path = in TEST() local 170 const std::string file_path = in TEST() local 182 const std::string file_path = in TEST() local 191 const std::string file_path = in TEST() local 200 const std::string file_path = in TEST() local 215 const std::string file_path = in TEST() local 227 const std::string file_path = in TEST() local 257 const std::string file_path = in TEST() local 271 const std::string file_path = in TEST() local [all …]
|
H A D | apexd_test.cpp | 766 std::string file_path = AddPreInstalledApex("apex.apexd_test.apex"); in TEST_F() local 787 std::string file_path = AddPreInstalledApex("test.rebootless_apex_v1.apex"); in TEST_F() local 801 std::string file_path = AddPreInstalledApex("test.rebootless_apex_v1.apex"); in TEST_F() local 812 std::string file_path = AddPreInstalledApex("test.rebootless_apex_v1.apex"); in TEST_F() local 828 std::string file_path = AddPreInstalledApex("test.rebootless_apex_v1.apex"); in TEST_F() local 1042 std::string file_path = AddDataApex("test.rebootless_apex_v1.apex"); in TEST_F() local 1090 std::string file_path = AddDataApex("test.rebootless_apex_v1.apex", in TEST_F() local 1143 std::string file_path = AddDataApex("test.rebootless_apex_v2.apex"); in TEST_F() local 1234 std::string file_path = AddDataApex("test.rebootless_apex_v1.apex"); in TEST_F() local 1322 std::string file_path = AddPreInstalledApex("apex.apexd_test.apex"); in TEST_F() local [all …]
|
/aosp12/system/core/fs_mgr/libfiemap/ |
H A D | fiemap_writer.cpp | 60 static inline void cleanup(const std::string& file_path, bool created) { in cleanup() 226 static uint64_t GetFileSize(const std::string& file_path) { in GetFileSize() 266 const std::string& file_path, in FallocateFallback() 318 static bool IsFilePinned(int file_fd, const std::string& file_path, uint32_t fs_type) { in IsFilePinned() 358 static bool PinFile(int file_fd, const std::string& file_path, uint32_t fs_type) { in PinFile() 486 bool FiemapWriter::HasPinnedExtents(const std::string& file_path) { in HasPinnedExtents() 519 static bool IsValidExtent(const fiemap_extent* extent, std::string_view file_path) { in IsValidExtent() 533 uint32_t num_extents, std::string_view file_path) { in FiemapToExtents() 578 static bool ReadFiemap(int file_fd, const std::string& file_path, in ReadFiemap() 621 static bool ReadFibmap(int file_fd, const std::string& file_path, in ReadFibmap() [all …]
|
H A D | split_fiemap_writer.cpp | 45 std::unique_ptr<SplitFiemap> SplitFiemap::Create(const std::string& file_path, uint64_t file_size, in Create() 55 FiemapStatus SplitFiemap::Create(const std::string& file_path, uint64_t file_size, in Create() 146 std::unique_ptr<SplitFiemap> SplitFiemap::Open(const std::string& file_path) { in Open() 166 bool SplitFiemap::GetSplitFileList(const std::string& file_path, std::vector<std::string>* list) { in GetSplitFileList() 185 bool SplitFiemap::RemoveSplitFiles(const std::string& file_path, std::string* message) { in RemoveSplitFiles()
|
/aosp12/system/iorap/src/serialize/ |
H A D | protobuf_io.cc | 36 ArenaPtr<proto::TraceFile> ProtobufIO::Open(std::string file_path) { in Open() 48 ArenaPtr<proto::TraceFile> ProtobufIO::Open(int fd, const char* file_path) { in Open() 97 std::string_view file_path) { in WriteFully() 116 std::string_view file_path) { in WriteFully()
|
/aosp12/art/odrefresh/ |
H A D | odr_metrics_record_test.cc | 44 std::string file_path = dir.GetPath() + "/metrics-record.txt"; in TEST_F() local 74 std::string file_path = dir.GetPath() + "/metrics-record.txt"; in TEST_F() local 86 std::string file_path = dir.GetPath() + "/metrics-record.txt"; in TEST_F() local 100 std::string file_path = dir.GetPath() + "/metrics-record.txt"; in TEST_F() local
|
H A D | odr_fs_utils_test.cc | 39 static bool CreateFile(const char* file_path, size_t bytes) { in CreateFile() 82 for (const auto& file_path : file_paths) { in TEST_F() local 94 for (const auto& file_path : file_paths) { in TEST_F() local
|
/aosp12/frameworks/base/tools/aapt2/tools/ |
H A D | fix_resources.py | 40 def read_contents(file_path): argument 45 def write_contents(file_path, contents): argument
|
/aosp12/hardware/google/pixel/thermal/utils/ |
H A D | thermal_files.cpp | 46 std::string file_path = getThermalFilePath(std::string_view(thermal_name)); in readThermalFile() local 64 std::string file_path = in writeCdevFile() local
|
/aosp12/system/tools/aidl/ |
H A D | line_reader.cpp | 43 bool Init(const std::string& file_path) { in Init() 85 unique_ptr<LineReader> LineReader::ReadFromFile(const string& file_path) { in ReadFromFile()
|
/aosp12/system/core/fs_mgr/ |
H A D | blockdev.cpp | 88 static Result<uint32_t> BlockDeviceQueueDepth(const std::string& file_path) { in BlockDeviceQueueDepth() 133 const std::string& file_path) { in ConfigureQueueDepth()
|
/aosp12/system/sepolicy/build/ |
H A D | file_utils.py | 23 def make_parent_dirs(file_path): argument
|
/aosp12/system/iorap/src/db/ |
H A D | clean_up.cc | 40 std::string file_path = raw_trace.file_path; in CleanUpFilesForActivity() local 51 std::string file_path = prefetch_file->file_path; in CleanUpFilesForActivity() local
|
/aosp12/bionic/libc/tools/ |
H A D | genfunctosyscallnrs.py | 12 def load_syscall_names_from_file(file_path, architecture): argument
|
H A D | genseccomp.py | 34 def load_syscall_names_from_file(file_path, architecture): argument 40 def load_syscall_priorities_from_file(file_path): argument
|
/aosp12/system/linkerconfig/ |
H A D | main.cc | 151 std::string file_path) { in WriteConfigurationToFile() 235 std::string file_path = ""; in GenerateConfiguration() local 292 const std::string file_path = dir_path + "/apex.libraries.config.txt"; in GenerateApexLibrariesConfig() local
|
/aosp12/system/incremental_delivery/incfs/tests/ |
H A D | incfs_test.cpp | 148 const auto file_path = mountPath(test_file_name_); in testWriteBlockAndPageRead() local 193 const auto file_path = mountPath(test_file_name_); in testWaitForPendingReads() local 235 const auto file_path = mountPath(test_file_name_); in TEST_F() local 352 const auto file_path = mountPath(test_dir_name_, test_file_name_); in TEST_F() local 364 const auto file_path = mountPath(test_dir_name_, ".info"); in TEST_F() local 381 const auto file_path = mountPath(test_dir_name_, test_file_name_); in TEST_F() local 1225 const auto file_path = mountPath(test_file_name_); in TEST_F() local 1292 const auto file_path = mountPath(test_file_name_); in TEST_F() local 1349 const auto file_path = mountPath(test_file_name_); in TEST_F() local 1401 const auto file_path = mountPath(test_file_name_); in TEST_F() local [all …]
|
/aosp12/system/extras/simpleperf/scripts/ |
H A D | binary_cache_builder.py | 144 def _get_file_stripped_level(self, file_path): argument 186 def _read_build_id(self, file_path): argument
|
/aosp12/system/core/fs_mgr/libfiemap/include/libfiemap/ |
H A D | fiemap_writer.h | 84 const std::string& file_path() const { return file_path_; }; in file_path() function
|
/aosp12/frameworks/rs/tests/lldb/tests/harness/ |
H A D | util_log.py | 34 file_path=None, file_mode='a'): argument
|
/aosp12/bionic/tools/versioner/src/ |
H A D | VFS.cpp | 51 const char* file_path = ent->fts_accpath; in addDirectoryToVFS() local
|
/aosp12/system/core/libprocessgroup/profiles/ |
H A D | test_vendor.cpp | 40 std::string file_path() const override { return file_path_; } in file_path() function in android::profiles::TestConfig
|
/aosp12/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
H A D | MediaStoreSaver.java | 41 String file_path = folder_path + "/" + folderName; in savePNG() local
|
/aosp12/system/update_engine/common/ |
H A D | file_fetcher.cc | 71 string file_path; in BeginTransfer() local
|
/aosp12/system/extras/libjsonpb/verify/include/jsonpb/ |
H A D | json_schema_test.h | 59 std::string file_path() const override { return file_path_; } in file_path() function
|