/external/chromium/net/base/ |
directory_lister.h | 54 // FULL_PATH sorts by paths as strings, ignoring files v. directories 60 FULL_PATH
|
/external/chromium_org/chrome/browser/ |
platform_util.h | 26 void ShowItemInFolder(Profile* profile, const base::FilePath& full_path); 30 void OpenItem(Profile* profile, const base::FilePath& full_path);
|
/external/chromium_org/chrome/browser/search_engines/ |
template_url_parser_unittest.cc | 94 base::FilePath full_path; local 95 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &full_path)); 96 full_path = full_path.AppendASCII("osdd"); 97 full_path = full_path.AppendASCII(file_name); 98 ASSERT_TRUE(base::PathExists(full_path)); 101 ASSERT_TRUE(base::ReadFileToString(full_path, &contents));
|
/external/chromium_org/chrome/test/pyautolib/ |
generate_docs.py | 46 full_path = os.path.join(os.getcwd(), file_name) 50 shutil.move(full_path, options.dir)
|
/external/chromium_org/content/browser/download/ |
save_item.h | 51 void Rename(const base::FilePath& full_path); 59 const base::FilePath& full_path() const { return full_path_; } function in class:content::SaveItem
|
download_file_impl.h | 54 const base::FilePath& full_path, 57 const base::FilePath& full_path,
|
/external/chromium_org/content/browser/ |
safe_util_win.h | 41 // |full_path| : is the path to the downloaded file. This should be the final 48 HRESULT AVScanFile(const base::FilePath& full_path,
|
/external/chromium_org/net/base/ |
directory_lister.h | 49 // FULL_PATH sorts by paths as strings, ignoring files v. directories 55 FULL_PATH
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
zip_mock.py | 50 full_path = self._filesystem.join(path, filename) 52 self._filesystem.write_text_file(full_path, contents)
|
/external/chromium_org/tools/android/checkstyle/ |
checkstyle.py | 56 full_path, end = error.split(':', 1) 57 rel_path = os.path.relpath(full_path, local_path)
|
/external/chromium_org/tools/gyp/test/win/ |
gyptest-link-ordering.py | 23 full_path = test.built_file_path(exe, chdir=CHDIR) 26 x for x in test.run_dumpbin('/disasm', full_path).splitlines()
|
/external/chromium_org/base/files/ |
file_enumerator_posix.cc | 94 FilePath full_path = root_path_.Append(i->filename_); local 95 if (ShouldSkip(full_path)) 99 fnmatch(pattern_.c_str(), full_path.value().c_str(), FNM_NOESCAPE)) 103 pending_paths_.push(full_path);
|
/external/chromium_org/content/test/gpu/gpu_tests/ |
webgl_conformance.py | 128 full_path = os.path.normpath(os.path.join(conformance_path, path)) 130 if not os.path.exists(full_path): 132 'does not exist: ' + full_path) 134 with open(full_path, 'r') as f:
|
/external/chromium_org/net/disk_cache/ |
cache_util.cc | 108 bool DelayedCacheCleanup(const base::FilePath& full_path) { 113 base::FilePath current_path = full_path.StripTrailingSeparators(); 130 if (!disk_cache::MoveCache(full_path, to_delete)) { 131 LOG(ERROR) << "Unable to move cache folder " << full_path.value() << " to "
|
/system/extras/ext4_utils/ |
contents.h | 22 char *full_path; member in struct:dentry
|
/external/chromium/chrome/browser/download/ |
download_file_manager.cc | 308 int id, const FilePath& full_path) { 310 << " full_path = \"" << full_path.value() << "\""; 319 if (!download->Rename(full_path)) { 320 // Error. Between the time the UI thread generated 'full_path' to the time 334 int id, const FilePath& full_path, bool overwrite_existing_file) { 337 << " full_path = \"" << full_path.value() << "\""; 350 FilePath new_path = full_path; 367 // Error. Between the time the UI thread generated 'full_path' to the tim [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
compute_dependencies.py | 220 full_path = os.path.realpath(idl_file_name) 221 idl_file_contents = get_file_contents(full_path) 226 partial_interface_files[partial_interface_name].append(full_path) 231 dependencies[full_path] = [] 246 full_path = interface_name_to_idl_file[implemented_interface] 247 del dependencies[full_path] 252 full_path = os.path.realpath(idl_file_name) 253 idl_file_contents = get_file_contents(full_path) 307 full_path = os.path.realpath(idl_file_name) 309 interface_name_to_idl_file[interface_name] = full_path [all...] |
/external/chromium_org/chrome/tools/ |
check_grd_for_unused_strings.py | 88 full_path = os.path.join(root, file) 89 src_file_contents = open(full_path).read() 96 (full_path, match) 98 full_path = os.path.join(root, file) 99 print 'Skipping %s.' % (full_path)
|
/external/chromium/chrome/browser/net/ |
url_fixer_upper_unittest.cc | 181 // full_path = "c:\foo\bar.txt" 186 FilePath* full_path) { 187 *full_path = dir.Append(file_name); 188 return file_util::WriteFile(*full_path, "", 0) == 0; 408 FilePath full_path, dir; local 411 ASSERT_TRUE(MakeTempFile(dir, file_part, &full_path)); 412 ASSERT_TRUE(file_util::AbsolutePath(&full_path)); 429 file_part).possibly_invalid_spec(), full_path)); 430 EXPECT_TRUE(file_util::Delete(full_path, false)); 448 ASSERT_TRUE(MakeTempFile(new_dir, sub_file, &full_path)); [all...] |
/external/chromium_org/content/public/test/ |
test_file_error_injector.cc | 53 const base::FilePath& full_path, 56 const base::FilePath& full_path, 177 const base::FilePath& full_path, 200 DownloadFileImpl::RenameAndUniquify(full_path, callback_to_use); 204 const base::FilePath& full_path, 227 DownloadFileImpl::RenameAndAnnotate(full_path, callback_to_use);
|
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/ |
server.py | 39 full_path = os.path.join(extra_dir, os.path.basename(path)) 40 if os.path.isfile(full_path): 41 return full_path 54 full_path = os.path.join(extra_dir, path) 55 if os.path.isfile(full_path): 56 return full_path
|
/external/chromium_org/sandbox/win/src/ |
process_policy_test.cc | 27 string16 full_path(windows_path); 28 if (full_path.empty()) { 29 return full_path; 31 full_path += L"\\system32\\"; 32 full_path += name; 33 return full_path;
|
win_utils.h | 78 DWORD IsReparsePoint(const base::string16& full_path, bool* result); 81 bool SameObject(HANDLE handle, const wchar_t* full_path);
|
/external/chromium/chrome/browser/safe_browsing/ |
filter_false_positive_perftest.cc | 95 FilePath full_path; local 96 CHECK(PathService::Get(chrome::DIR_TEST_DATA, &full_path)); 97 full_path = full_path.Append(FILE_PATH_LITERAL("safe_browsing")); 98 full_path = full_path.Append(FILE_PATH_LITERAL("filter")); 99 CHECK(file_util::PathExists(full_path)); 100 return full_path;
|
/external/chromium_org/build/ |
copy_test_data_ios.py | 36 full_path = os.path.join(path, item) 37 output.extend(ListFilesForPath(full_path))
|