HomeSort by relevance Sort by last modified time
    Searched refs:parsed_path (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/platform/
file_system_test.cc 36 string parsed_path; variable
37 ParsePath(fname, &parsed_path);
38 if (BodyExists(parsed_path)) {
46 string parsed_path; variable
47 ParsePath(dirname, &parsed_path);
49 if (celestial_bodies_.find(parsed_path) != celestial_bodies_.end()) {
53 std::vector<string> split_path = str_util::Split(parsed_path, '/');
62 celestial_bodies_[""].insert(parsed_path);
64 std::pair<string, std::set<string>>(parsed_path, {}));
74 std::pair<string, std::set<string>>(parsed_path, {}));
92 string parsed_path; variable
110 string parsed_path; variable
    [all...]
  /external/autotest/scheduler/shard/
simple_heartbeat_server.py 108 parsed_path = urlparse.urlparse(self.path, allow_fragments=True)
109 board = '%s%s' % (self.board_prefix, parsed_path.path.rsplit('/')[-1])
114 for query in parsed_path.query.split('&'):

Completed in 359 milliseconds