Lines Matching defs:prefix
292 // perform poorly when creating a large number of files with the same prefix.
331 const FilePath::StringType& prefix,
339 new_dir_name.assign(prefix);
354 bool CreateNewTempDirectory(const FilePath::StringType& prefix,
360 return CreateTemporaryDirInDir(system_temp_dir, prefix, new_temp_path);
448 // to it. If that junction is a prefix of |device_path|, then we
449 // know that |drive| is the real path prefix.
665 size_t prefix = path.StripTrailingSeparators().value().size() + 1;
667 // prefix + component_length < MAX_PATH (or equivalently, <= MAX_PATH - 1).
668 int whole_path_limit = std::max(0, MAX_PATH - 1 - static_cast<int>(prefix));