OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:src_relative_paths
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/zlib/google/
zip.h
32
// Zips files listed in |
src_relative_paths
| to destination specified by file
33
// descriptor |dest_fd|. The paths listed in |
src_relative_paths
| are relative
37
const std::vector<base::FilePath>&
src_relative_paths
,
zip.cc
173
const std::vector<base::FilePath>&
src_relative_paths
,
185
src_relative_paths
.begin();
186
iter !=
src_relative_paths
.end(); ++iter) {
/external/chromium_org/chrome/browser/chromeos/file_manager/
zip_file_creator.h
30
const std::vector<base::FilePath>&
src_relative_paths
,
zip_file_creator.cc
32
const std::vector<base::FilePath>&
src_relative_paths
,
36
src_relative_paths_(
src_relative_paths
),
/external/chromium_org/chrome/utility/
chrome_content_utility_client.cc
250
const std::vector<base::FilePath>&
src_relative_paths
,
257
src_relative_paths
.begin(); iter !=
src_relative_paths
.end();
266
succeeded = zip::ZipFiles(src_dir,
src_relative_paths
, dest_fd.fd);
chrome_content_utility_client.h
54
const std::vector<base::FilePath>&
src_relative_paths
,
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_misc.cc
198
std::vector<base::FilePath>
src_relative_paths
;
local
206
src_relative_paths
.push_back(relative_path);
212
src_relative_paths
,
local
Completed in 573 milliseconds