Home
last modified time | relevance | path

Searched refs:parsed_path (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dfile_system_test.cc38 string parsed_path; in FileExists() local
39 ParsePath(fname, &parsed_path); in FileExists()
40 if (BodyExists(parsed_path)) { in FileExists()
48 string parsed_path; in CreateDir() local
49 ParsePath(dirname, &parsed_path); in CreateDir()
51 if (celestial_bodies_.find(parsed_path) != celestial_bodies_.end()) { in CreateDir()
55 std::vector<string> split_path = str_util::Split(parsed_path, '/'); in CreateDir()
64 celestial_bodies_[""].insert(parsed_path); in CreateDir()
66 std::pair<string, std::set<string>>(parsed_path, {})); in CreateDir()
76 std::pair<string, std::set<string>>(parsed_path, {})); in CreateDir()
[all …]
/external/angle/build/util/lib/common/
Dchrome_test_server_spawner.py415 parsed_path = urllib.parse.urlparse(self.path)
416 action = parsed_path.path
425 parsed_path = urllib.parse.urlparse(self.path)
426 action = parsed_path.path
427 params = urllib.parse.parse_qs(parsed_path.query, keep_blank_values=1)
/external/cronet/build/util/lib/common/
Dchrome_test_server_spawner.py414 parsed_path = urllib.parse.urlparse(self.path)
415 action = parsed_path.path
424 parsed_path = urllib.parse.urlparse(self.path)
425 action = parsed_path.path
426 params = urllib.parse.parse_qs(parsed_path.query, keep_blank_values=1)