Home
last modified time | relevance | path

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

12

/aosp14/system/core/fs_mgr/libfiemap/
H A Dfiemap_writer.cpp60 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()
501 static bool IsValidExtent(const fiemap_extent* extent, std::string_view file_path) { in IsValidExtent()
515 std::string_view file_path) { in FiemapToExtents()
564 static bool ReadFiemap(int file_fd, const std::string& file_path, in ReadFiemap()
587 static bool ReadFibmap(int file_fd, const std::string& file_path, in ReadFibmap()
[all …]
H A Dsplit_fiemap_writer.cpp45 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()
147 std::unique_ptr<SplitFiemap> SplitFiemap::Open(const std::string& file_path) { in Open()
167 bool SplitFiemap::GetSplitFileList(const std::string& file_path, std::vector<std::string>* list) { in GetSplitFileList()
186 bool SplitFiemap::RemoveSplitFiles(const std::string& file_path, std::string* message) { in RemoveSplitFiles()
H A Dutility.cpp40 FiemapStatus DetermineMaximumFileSize(const std::string& file_path, uint64_t* result) { in DetermineMaximumFileSize()
/aosp14/frameworks/base/tools/aapt2/tools/
H A Dfix_resources.py40 def read_contents(file_path): argument
45 def write_contents(file_path, contents): argument
/aosp14/system/core/trusty/test/driver/
H A Dtrusty_driver_test.py22 def ReadFile(file_path): argument
27 def WriteFile(file_path, s): argument
/aosp14/system/core/fs_mgr/
H A Dblockdev.cpp87 static Result<uint32_t> BlockDeviceQueueDepth(const std::string& file_path) { in BlockDeviceQueueDepth()
130 const std::string& file_path) { in ConfigureQueueDepth()
/aosp14/system/core/fs_mgr/libfiemap/include/libfiemap/
H A Dfiemap_writer.h84 const std::string& file_path() const { return file_path_; }; in file_path() function
/aosp14/system/core/libprocessgroup/profiles/
H A Dtest_vendor.cpp40 std::string file_path() const override { return file_path_; } in file_path() function in android::profiles::TestConfig
/aosp14/frameworks/base/core/jni/
H A Dfd_utils.cpp187 const std::string file_path; member in FileDescriptorInfo
266 std::string file_path; in CreateFromFd() local
403 FileDescriptorInfo::FileDescriptorInfo(struct stat stat, const std::string& file_path, in FileDescriptorInfo()
/aosp14/system/core/fs_mgr/libfs_avb/tests/
H A Dfs_avb_test_util.h62 inline android::base::unique_fd OpenUniqueReadFd(const base::FilePath& file_path) { in OpenUniqueReadFd()
H A Davb_util_test.cpp711 void AvbUtilTest::ModifyFile(const base::FilePath& file_path, size_t offset, ssize_t length) { in ModifyFile()
/aosp14/frameworks/base/tools/aapt2/tools/consumers/
H A Dduplicates.py9 def matches(self, file_path): argument
H A Dpositional_arguments.py13 def matches(self, file_path): argument
/aosp14/frameworks/base/tools/fonts/
H A Dfontchain_linter.py487 def parse_unicode_datafile(file_path, reverse=False): argument
523 def parse_emoji_variants(file_path): argument
/aosp14/frameworks/base/tests/ApkVerityTest/block_device_writer/
H A Dblock_device_writer.cpp62 explicit ScopedF2fsFilePinning(const char* file_path) { in ScopedF2fsFilePinning()
/aosp14/frameworks/base/tools/aapt2/test/
H A DFixture.cpp182 std::string ManifestBuilder::Build(const std::string& file_path) {
/aosp14/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dcow_writer.cpp46 std::string file_path(512, '\0'); in GetFdPath() local
233 const auto file_path = GetFdPath(fd.get()); in SetFd() local
/aosp14/frameworks/base/tools/aapt2/optimize/
H A DObfuscator.cpp43 std::string ShortenFileName(android::StringPiece file_path, int output_length) { in ShortenFileName()
/aosp14/frameworks/base/tools/aapt2/
H A DLoadedApk.cpp314 std::unique_ptr<xml::XmlResource> LoadedApk::LoadXml(const std::string& file_path, in LoadXml()
/aosp14/frameworks/base/tools/aapt2/cmd/
H A DOptimize.cpp306 const std::string &file_path) { in WriteShortenedPathsMap()
/aosp14/frameworks/base/tools/aapt2/format/
H A DArchive_test.cpp61 std::string file_path = file::BuildPath({path, file}); in VerifyDirectory() local
/aosp14/system/core/libprocessgroup/setup/
H A Dcgroup_map_write.cpp98 std::string file_path = path + "/" + dir_entry->d_name; in ChangeDirModeAndOwner() local
/aosp14/system/core/fs_mgr/liblp/
H A Dimages.cpp209 std::string file_path = output_dir + "/" + file_name; in ExportFiles() local
/aosp14/system/core/libprocessgroup/
H A Dprocessgroup.cpp349 std::string file_path = path + "/" + dir_entry->d_name; in MkdirAndChown() local
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp727 auto file_path = GetSnapshotStatusFilePath(name); in DeleteSnapshot() local
2349 auto file_path = GetSnapshotStatusFilePath(params.GetPartitionName()); in MapPartitionWithSnapshot() local

12