Searched refs:dir_or_file (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/diagnostics/
H A Drecon_diagnostics.cc301 base::FilePath dir_or_file; variable
302 if (!PathService::Get(path_info_.path_id, &dir_or_file)) {
306 if (!base::PathExists(dir_or_file)) {
310 base::UTF16ToUTF8(dir_or_file.LossyDisplayName()));
316 dir_or_file_size = base::ComputeDirectorySize(dir_or_file);
318 base::GetFileSize(dir_or_file, &dir_or_file_size);
323 base::UTF16ToUTF8(dir_or_file.LossyDisplayName()));
332 base::UTF16ToUTF8(dir_or_file.LossyDisplayName()));
340 if (!base::PathIsWritable(dir_or_file)) {
343 base::UTF16ToUTF8(dir_or_file
[all...]
/external/chromium_org/third_party/skia/tools/
H A Dtest_gpuveto.py22 def list_files(dir_or_file):
25 @param dir_or_file: either a directory or skp file
30 for globbedpath in glob.iglob(dir_or_file): # useful on win32
70 def process_skps(self, dir_or_file):
71 for skp in enumerate(dir_or_file):
/external/skia/tools/
H A Dtest_gpuveto.py22 def list_files(dir_or_file):
25 @param dir_or_file: either a directory or skp file
30 for globbedpath in glob.iglob(dir_or_file): # useful on win32
70 def process_skps(self, dir_or_file):
71 for skp in enumerate(dir_or_file):

Completed in 117 milliseconds