Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_util_posix.cc860 std::vector<FilePath::StringType> path_components; in VerifyPathControlledByUser() local
863 path.GetComponents(&path_components); in VerifyPathControlledByUser()
866 for (ib = base_components.begin(), ip = path_components.begin(); in VerifyPathControlledByUser()
871 DCHECK(ip != path_components.end()); in VerifyPathControlledByUser()
879 for (; ip != path_components.end(); ++ip) { in VerifyPathControlledByUser()
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_data.py306 path_components = os.path.normpath(debug_dump_rel_path).split(os.sep)
307 self._device_name = device_path_to_device_name(path_components[0])
308 base = path_components[-1]
326 self._node_name = "/".join(path_components[1:-1] + [node_base_name])
/external/google-breakpad/src/client/mac/crash_generation/
DInspector.mm290 NSArray *path_components = [NSArray
296 minidumpDir = [NSString pathWithComponents:path_components];