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

  /external/tensorflow/tensorflow/core/platform/
file_system.cc 104 string fixed_prefix = pattern.substr(0, pattern.find_first_of("*?[\\")); local
107 string dir = io::Dirname(fixed_prefix).ToString();
108 // If dir is empty then we need to fix up fixed_prefix and eval_pattern to
112 fixed_prefix = io::JoinPath(dir, fixed_prefix);
135 [this, &current_dir, &children, &fixed_prefix,
138 // In case the child_path doesn't start with the fixed_prefix then
140 if (!StringPiece(child_path).starts_with(fixed_prefix)) {
  /external/tensorflow/tensorflow/core/platform/cloud/
gcs_file_system.cc     [all...]

Completed in 203 milliseconds