Home
last modified time | relevance | path

Searched defs:relative_path (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/build/fuchsia/skqp/
Dappend_assets_to_manifest40 relative_path = os.path.relpath(args.manifest, root_build_dir) variable
54 relative_path = os.path.relpath(base_line_rhs, root_build_dir) variable
69 relative_path = os.path.relpath(source, root_build_dir) variable
/third_party/musl/scripts/
Dsearch_source_files.py96 def get_libc_srcs(target_srcs, relative_path): argument
104 def get_ldso_srcs(target_srcs, relative_path): argument
112 def get_crt_srcs(target_srcs, relative_path): argument
/third_party/googletest/googletest/scripts/
Dfuse_gtest_files.py89 def VerifyFileExists(directory, relative_path): argument
113 def VerifyOutputFile(output_dir, relative_path): argument
/third_party/skia/m133/third_party/externals/zlib/google/
Dzip_writer.cc204 const base::FilePath& relative_path = relative_paths[i]; in AddMixedEntries() local
246 const base::FilePath& relative_path = relative_paths[i]; in AddFileEntries() local
Dzip_unittest.cc294 base::FilePath relative_path; in TestUnzipFile() local
/third_party/skia/third_party/externals/angle2/scripts/
Drun_code_generation.py37 def rebase_script_path(script_path, relative_path): argument
/third_party/rust/rust/src/bootstrap/
Dmetadata.rs57 let relative_path = krate.local_path(build); in build() localVariable
Ddoc.rs195 let relative_path = Path::new("src").join("doc").join("book"); in run() localVariable
Dtest.rs2132 let relative_path = Path::new("src").join("doc").join("rustc-dev-guide"); localVariable
/third_party/googletest/googletest/test/
Dgoogletest-options-test.cc59 FilePath GetAbsolutePathOf(const FilePath& relative_path) { in GetAbsolutePathOf()
/third_party/skia/third_party/externals/zlib/google/
Dzip_writer.cc173 const base::FilePath& relative_path = relative_paths[i]; in FlushEntriesIfNeeded() local
Dzip.cc141 base::FilePath relative_path; in Zip() local
Dzip_unittest.cc210 base::FilePath relative_path; in TestUnzipFile() local
/third_party/googletest/googletest/src/
Dgtest-filepath.cc243 const FilePath& relative_path) { in ConcatPaths()
/third_party/mesa3d/src/gtest/src/
Dgtest-filepath.cc239 const FilePath& relative_path) { in ConcatPaths()
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/cli/
Dscip.rs87 let relative_path = match get_relative_filepath(&vfs, &rootpath, file_id) { in run() localVariable
/third_party/mesa3d/src/mesa/main/
Dshaderapi.c3272 valid_path_format(const char *str, bool relative_path) in valid_path_format()
3312 bool relative_path = ctx->Shared->ShaderIncludes->num_include_paths; in validate_and_tokenise_sh_incl() local
3375 bool relative_path = path[0] != '/'; in lookup_shader_include() local
/third_party/libabigail/tools/
Dabipkgdiff.cc3003 string relative_path; in compare_prepared_userspace_packages() local
3023 string relative_path; in compare_prepared_userspace_packages() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/
Dconverter.cc552 auto relative_path = lite::SplitStringToVector(extended_info.plugin_path, delimiter); in InitExtendedIntegrationInfo() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp443 StringRef relative_path(StringRef path) { in relative_path() function
/third_party/rust/rust/library/std/src/sys/wasi/
Dfs.rs704 let mut relative_path = buf.as_ptr().cast(); in open_parent() localVariable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DPath.cpp412 StringRef relative_path(StringRef path, Style style) { in relative_path() function
/third_party/rust/rust/compiler/rustc_metadata/src/rmeta/
Ddecoder.rs1494 let relative_path = match old_name { in imported_source_file() localVariable
/third_party/vulkan-loader/loader/
Dloader.c2956 void copy_data_file_info(const char *cur_path, const char *relative_path, size_t relative_path_size… in loader_initialize()