Home
last modified time | relevance | path

Searched defs:found_path (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/cxx_api/
Ddlutils.h51 std::string found_path = parent_dir + std::string(ent->d_name); variable
59 std::string found_path = FindFileWithRecursion(child_dir, target_so, depth + 1); variable
/third_party/selinux/libselinux/src/
Dlabel_file.c540 char found_path[PATH_MAX]; in process_file() local