Home
last modified time | relevance | path

Searched defs:current_path (Results 1 – 10 of 10) sorted by relevance

/third_party/jerryscript/jerry-core/api/
Dgenerate-bytecode.c388 EXECRES visit_directory(dir_node **end, char* current_path, EXECRES (*call_back)(char*, char*)) { in visit_directory() argument
438 char* current_path = NULL; in visit_pending_directories() local
522 char* current_path = NULL; in walk_del_bytecode() local
/third_party/rust/rust/src/tools/rust-analyzer/crates/profile/src/
Dtree.rs9 current_path: Vec<(Idx<T>, Option<Idx<T>>)>, field
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/dpico/src/
Dcalib_data_generator.cc102 int CalibDataGenerator::DumpKernelsData(const std::string &current_path, in DumpKernelsData()
/third_party/protobuf/src/google/protobuf/util/
Dfield_mask_util.cc302 std::string current_path = in MergeToFieldMask() local
421 std::string current_path = in MergeLeafNodesToTree() local
/third_party/gn/src/gn/
Dcommand_path.cc185 PathVector current_path = work_queue.front(); in BreadthFirstSearch() local
/third_party/gn/src/base/
Dvalues.cc684 std::string_view current_path(path); in Set() local
751 std::string_view current_path(path); in Get() local
981 std::string_view current_path(path); in Remove() local
/third_party/elfutils/src/
Delfclassify.c46 static const char *current_path; variable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dauto_import.rs219 let mut current_path = current.path_to_root(db); in module_distance_heuristic() localVariable
/third_party/gn/src/base/files/
Dfile_util_posix.cc640 FilePath current_path = base; in VerifyPathControlledByUser() local
/third_party/rust/rust/src/librustdoc/html/render/
Dcontext.rs259 let mut current_path = String::new(); in render_item() localVariable