Searched defs:found_path (Results 1 – 2 of 2) sorted by relevance
51 std::string found_path = parent_dir + std::string(ent->d_name); variable59 std::string found_path = FindFileWithRecursion(child_dir, target_so, depth + 1); variable
540 char found_path[PATH_MAX]; in process_file() local