Home
last modified time | relevance | path

Searched refs:lexically_relative (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/bt/gd/packet/parser/
H A Dgen_cpp.cc63 auto gen_relative_path = input_file.lexically_relative(include_dir).parent_path(); in generate_cpp_headers_one_file()
264 auto gen_relative_path = input_file.lexically_relative(include_dir).parent_path(); in generate_pybind11_sources_one_file()
H A Dgen_rust.cc68 auto gen_relative_path = input_file.lexically_relative(include_dir).parent_path(); in generate_rust_source_one_file()
/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/include/automotive/
H A Dfilesystem1160 path lexically_relative(const path& __base) const;
1163 path __result = this->lexically_relative(__base);
1895 return __tmp.lexically_relative(__tmpbase);
1905 return __weakly_canonical(__p).lexically_relative(__weakly_canonical(__base));
/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/
H A Doperations.cpp1494 path path::lexically_relative(const path& base) const { in lexically_relative() function in android::hardware::automotive::filesystem::path