Home
last modified time | relevance | path

Searched defs:source_path (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/tools/
Dimgcvt.cpp22 const char* source_path = argc > 1 ? argv[1] : nullptr; in main() local
/third_party/gn/src/gn/
Dxcode_object.cc594 const std::string& source_path) { in AddSourceFile()
696 PBXMainGroup::PBXMainGroup(const std::string& source_path) in PBXMainGroup()
778 const std::string& source_path, in PBXProject()
792 const std::string& source_path) { in AddSourceFileToIndexingTarget()
800 const std::string& source_path, in AddSourceFile()
Dxcode_writer.cc307 const std::string source_path = RebasePath( in AddXCTestFilesToTestModuleTarget() local
502 const std::string source_path = in AddToProject() local
/third_party/node/tools/
Dinstall.py32 def try_symlink(source_path, link_path): argument
/third_party/python/Lib/importlib/
D_bootstrap_external.py727 def _compile_bytecode(data, name=None, bytecode_path=None, source_path=None): argument
972 def _cache_bytecode(self, source_path, cache_path, data): argument
1151 def _cache_bytecode(self, source_path, bytecode_path, data): argument
/third_party/libphonenumber/tools/cpp/src/cpp-build/
Dgenerate_geocoding_data.cc643 string source_path(argv[2]); in Main() local
/third_party/pulseaudio/src/modules/
Dmodule-rygel-media-server.c855 char source_path[sizeof(OBJECT_SOURCES) + 32]; in sinks_and_sources_handler() local
/third_party/selinux/libsepol/cil/src/
Dcil_binary.c4616 char *source_path; in __cil_init_sepol_avrule() local
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs4583 let source_path = path.with_extension(if is_cpp { "cpp" } else { "c" }); in serialize_items() localVariable