HomeSort by relevance Sort by last modified time
    Searched refs:full_path (Results 126 - 150 of 152) sorted by null

1 2 3 4 56 7

  /external/chromium_org/chrome/browser/sync/test/integration/
bookmarks_helper.cc 812 base::FilePath full_path;
813 if (!PathService::Get(chrome::DIR_TEST_DATA, &full_path))
816 full_path = full_path.AppendASCII("sync").AppendASCII(path);
818 base::ReadFileToString(full_path, &contents);
  /external/chromium_org/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.cc 76 base::FilePath full_path; local
77 net::FileURLToFilePath(url, &full_path);
81 net::GetMimeTypeFromFile(full_path, &mime_type);
  /external/chromium_org/sandbox/win/src/
file_policy_test.cc 66 base::string16 full_path = MakePathToSys(argv[0], false); local
67 if (full_path.empty()) {
71 HANDLE file = ::CreateFileW(full_path.c_str(), GENERIC_READ, kSharing,
  /external/chromium_org/chrome/browser/download/
chrome_download_manager_delegate_unittest.cc 237 base::FilePath full_path = local
239 return full_path.NormalizePathSeparators();
download_target_determiner_unittest.cc 358 base::FilePath full_path(test_download_dir().Append(relative_path));
359 return full_path.NormalizePathSeparators();
    [all...]
  /external/chromium_org/content/common/
plugin_list_win.cc 120 base::string16 full_path = base::string16(kRegistryFirefoxInstalled) + local
122 base::win::RegKey key(HKEY_LOCAL_MACHINE, full_path.c_str(), KEY_READ);
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
metadata_database.h 245 // If |full_path| is active, assigns the tracker of |full_path| to |tracker|.
246 // Otherwise, assigns the nearest active ancestor to |full_path| to |tracker|.
249 const base::FilePath& full_path,
metadata_database.cc 834 const base::FilePath& full_path,
840 if (full_path.IsAbsolute() ||
847 full_path.GetComponents(&components);
    [all...]
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
server.py 674 full_path = os.path.realpath(os.path.join(static_dir, path))
675 if full_path.startswith(static_dir):
676 self.send_file(full_path)
680 % (full_path, static_dir))
    [all...]
  /external/chromium_org/url/third_party/mozilla/
url_parse.cc 296 Component full_path; local
305 full_path = Component();
307 full_path = Component(end_auth, spec_len - end_auth);
312 ParsePath(spec, full_path, &parsed->path, &parsed->query, &parsed->ref);
  /external/compiler-rt/lib/msandr/
msandr.cc 132 : start_(info->start), end_(info->end), path_(info->full_path),
180 dr_printf("Couldn't find `%s` in %s\n", name, app->full_path);
632 info->full_path, info->start, info->end,
638 dr_printf("==DRMSAN== Unloaded module: %s [%p...%p]\n", info->full_path,
  /external/chromium_org/content/browser/download/
download_item_impl_unittest.cc 1257 base::FilePath full_path = item->GetFullPath(); local
    [all...]
download_browsertest.cc 131 const base::FilePath& full_path,
134 const base::FilePath& full_path,
204 const base::FilePath& full_path,
208 full_path, base::Bind(DownloadFileWithDelay::RenameCallbackWrapper,
213 const base::FilePath& full_path, const RenameCompletionCallback& callback) {
216 full_path, base::Bind(DownloadFileWithDelay::RenameCallbackWrapper,
    [all...]
save_package.cc 748 it->second->full_path()));
    [all...]
  /external/fio/
filesetup.c 1423 char full_path[PATH_MAX]; local
1429 sprintf(full_path, "%s%s%s", dirname, FIO_OS_PATH_SEPARATOR, dir->d_name);
1431 if (lstat(full_path, &sb) == -1) {
1440 add_file(td, full_path, 0, 1);
1446 ret = recurse_dir(td, full_path);
  /external/chromium_org/chrome/browser/ui/panels/
base_panel_browser_test.cc 541 base::FilePath full_path = extension_prefs->install_directory().Append(path); local
549 full_path, location, *input_value, Extension::NO_FLAGS, &error);
  /external/chromium_org/third_party/webrtc/base/
httpclient.cc 422 request().path = purl.full_path();
432 request().path = purl.full_path();
748 request().path = purl.full_path();
httpcommon.h 229 string full_path() const { function in class:rtc::Url
  /external/elfutils/0.153/src/
ar.c 143 static bool full_path; variable
379 full_path = true;
1145 entry.key = full_path ? argv[cnt] : basename (argv[cnt]);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_browser_handlers.cc 397 "/" + iter->full_path.AsUTF8Unsafe());
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
android.py 204 def file_exists(self, full_path):
205 assert full_path.startswith('/')
206 return self.run(['shell', 'ls', '-d', full_path]).strip() == full_path
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_drive.cc 663 entry->SetString("fileFullPath", "/" + it->full_path.AsUTF8Unsafe());
772 "/" + entry_definition_list->at(i).full_path.AsUTF8Unsafe());
    [all...]
private_api_file_system.cc 673 "/" + entry_definition_list->at(i).full_path.AsUTF8Unsafe();
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
test_util.py 572 full_path = os.path.join(path, 'src/google/protobuf/testdata', filename)
573 return open(full_path, 'rb')
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
msvs.py     [all...]

Completed in 1176 milliseconds

1 2 3 4 56 7