Lines Matching defs:path
67 // auto writer = CreateFilePathWriterDelegate(extract_dir, entry->path);
97 // if it wants to interpret this path correctly.
100 // Path of the entry, converted to Unicode. This path is relative (eg
104 // (In ZIP) -> (Entry.path)
108 base::FilePath path;
133 // True if the entry path cannot be converted to a safe relative path. This
225 // Asynchronously extracts the current entry to the given output file path. If
282 // Normalizes the given path passed as UTF-16 string piece. Sets entry_.path,
379 // A writer delegate that creates and writes a file at a given path. This does