Searched defs:canonical_path (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/executorch/backends/apple/coreml/runtime/inmemoryfs/ |
H A D | inmemory_filesystem.cpp | 468 bool InMemoryFileSystem::is_directory(const std::vector<std::string>& canonical_path) noexcept { in is_directory() 473 bool InMemoryFileSystem::is_file(const std::vector<std::string>& canonical_path) noexcept { in is_file() 483 …tor<std::string>> InMemoryFileSystem::get_item_paths(const std::vector<std::string>& canonical_pat… in get_item_paths() 510 InMemoryFileSystem::get_attributes(const std::vector<std::string>& canonical_path, in get_attributes() 521 …r<MemoryBuffer> InMemoryFileSystem::get_file_content(const std::vector<std::string>& canonical_pat… in get_file_content() 537 bool InMemoryFileSystem::make_directory(const std::vector<std::string>& canonical_path, in make_directory() 569 bool InMemoryFileSystem::make_file(const std::vector<std::string>& canonical_path, in make_file() 603 bool InMemoryFileSystem::remove_item(const std::vector<std::string>& canonical_path, std::error_cod… in remove_item() 625 bool InMemoryFileSystem::rename_item(const std::vector<std::string>& canonical_path, in rename_item() 652 bool InMemoryFileSystem::set_attributes(const std::vector<std::string>& canonical_path, in set_attributes() [all …]
|
H A D | inmemory_filesystem_utils.cpp | 92 const std::vector<std::string>& canonical_path, in serialize() 106 const std::vector<std::string>& canonical_path, in serialize() 119 const std::vector<std::string>& canonical_path, in get_buffer_size_for_serialization()
|
H A D | inmemory_filesystem_py.cpp | 138 auto canonical_path = std::filesystem::canonical(fs_path); in flatten_directory_contents() local 179 auto canonical_path = std::filesystem::canonical(fs_path); in unflatten_directory_contents() local
|
/aosp_15_r20/frameworks/base/cmds/idmap2/libidmap2/ |
H A D | FileUtils.cpp | 33 std::string canonical_path; in UidHasWriteAccessToPath() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/ |
D | item.rs | 68 fn canonical_path(&self, ctx: &BindgenContext) -> Vec<String>; in canonical_path() method 228 fn canonical_path(&self, ctx: &BindgenContext) -> Vec<String> { in canonical_path() function 1981 fn canonical_path(&self, ctx: &BindgenContext) -> Vec<String> { in canonical_path() method
|
/aosp_15_r20/external/executorch/examples/models/llama/ |
H A D | export_llama_lib.py | 472 def canonical_path(path: Union[str, Path], *, dir: bool = False) -> str: function
|
/aosp_15_r20/external/curl/lib/ |
H A D | http_aws_sigv4.c | 588 struct dynbuf canonical_path; in Curl_output_aws_sigv4() local
|
/aosp_15_r20/bootable/recovery/install/ |
H A D | install.cpp | 775 auto canonical_path = std::filesystem::canonical(package_path, ec); in SetupPackageMount() local
|
/aosp_15_r20/external/libfuse/include/ |
H A D | fuse_lowlevel.h | 395 void (*canonical_path) (fuse_req_t req, fuse_ino_t ino); member
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/ |
H A D | vmlinux.h | 49150 struct path *canonical_path; member
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/ |
H A D | vmlinux.h | 58907 struct path *canonical_path; member
|