Searched refs:lexically_relative (Results 1 – 4 of 4) sorted by relevance
63 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()
68 auto gen_relative_path = input_file.lexically_relative(include_dir).parent_path(); in generate_rust_source_one_file()
1160 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));
1494 path path::lexically_relative(const path& base) const { in lexically_relative() function in android::hardware::automotive::filesystem::path