HomeSort by relevance Sort by last modified time
    Searched refs:full_path (Results 51 - 75 of 75) sorted by null

1 23

  /sdk/files/
find_java.bat 92 set full_path=%~1\bin\java.exe variable
100 echo Java was found at %full_path%.
105 echo ;%full_path%
  /external/bluetooth/glib/glib/
gkeyfile.h 73 gchar **full_path,
78 gchar **full_path,
gbookmarkfile.h 67 gchar **full_path,
gkeyfile.c 565 * @full_path: return location for a string containing the full path
572 * returns the file's full path in @full_path. If the file could not
584 gchar **full_path,
626 if (found_file && full_path)
627 *full_path = output_path;
638 * @full_path: return location for a string containing the full path
646 * @full_path. If the file could not be loaded then an %error is
655 gchar **full_path,
683 full_path,
    [all...]
  /external/dbus/dbus/
dbus-message-util.c 544 DBusString full_path; local
546 if (!_dbus_string_init (&full_path))
549 if (!_dbus_string_copy (&test_directory, 0, &full_path, 0))
550 _dbus_assert_not_reached ("couldn't copy dir to full_path");
552 if (!_dbus_concat_dir_and_file (&full_path, &filename))
567 _dbus_string_free (&full_path);
574 if (! (*function) (&full_path,
577 _dbus_string_free (&full_path);
581 _dbus_string_free (&full_path);
    [all...]
  /external/chromium/chrome/browser/download/
download_manager.cc 144 it->second->full_path().DirName() == dir_path)
156 (dir_path.empty() || it->second->full_path().DirName() == dir_path))
177 if (!dir_path.empty() && (it->second->full_path().DirName() != dir_path))
665 const FilePath& full_path,
668 << " full_path = \"" << full_path.value() << "\""
688 item->OnDownloadRenamedToFinalName(full_path);
689 download_history_->UpdateDownloadPath(item, full_path);
    [all...]
download_util.cc 332 installer->InstallUserScript(download_item.full_path(),
343 installer->InstallCrx(download_item.full_path());
568 const FilePath full_path = download->full_path(); local
569 data.SetFilename(full_path);
573 net::GetMimeTypeFromFile(full_path, &mime_type);
577 data.SetURL(net::FilePathToFileURL(full_path),
    [all...]
download_manager.h 147 const FilePath& full_path,
save_package.cc 710 it->second->full_path()));
868 save_item->full_path(),
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
custom_drag.cc 27 GURL url = net::FilePathToFileURL(download_item->full_path());
  /external/chromium/googleurl/src/
url_parse.cc 294 Component full_path; local
303 full_path = Component();
305 full_path = Component(end_auth, spec_len - end_auth);
310 ParsePath(spec, full_path, &parsed->path, &parsed->query, &parsed->ref);
  /external/chromium/base/
file_util_win.cc 656 bool CreateDirectory(const FilePath& full_path) {
660 const wchar_t* full_path_str = full_path.value().c_str();
678 FilePath parent_path(full_path.DirName());
679 if (parent_path.value() == full_path.value()) {
689 if (error_code == ERROR_ALREADY_EXISTS && DirectoryExists(full_path)) {
    [all...]
file_util.h 302 BASE_API bool CreateDirectory(const FilePath& full_path);
file_util_unittest.cc 297 const wchar_t* full_path; member in struct:__anon2171::dir_case
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations.py 585 full_path = self._fs.join(self._port.layout_tests_dir(),
587 full_path = self._fs.normpath(full_path)
591 if (not self._port.path_exists(full_path)
592 and not self._port.path_exists(full_path + '-disabled')):
    [all...]
  /sdk/emulator/qtools/
trace_reader.h 583 static char full_path[4096]; local
588 full_path[0] = 0;
590 strcpy(full_path, root_);
592 strcat(full_path, region->path);
593 FILE *fobj = fopen(full_path, "r");
617 fprintf(stderr, "Cannot read ELF header from '%s'\n", full_path);
631 fprintf(stderr, "Can't read symbol table from '%s'\n", full_path);
638 fprintf(stderr, "Can't read symbol string table from '%s'\n", full_path);
    [all...]
  /external/chromium/net/disk_cache/
backend_impl.h 54 static int CreateBackend(const FilePath& full_path, bool force,
backend_impl.cc 119 bool DelayedCacheCleanup(const FilePath& full_path) {
124 FilePath current_path = full_path.StripTrailingSeparators();
141 if (!disk_cache::MoveCache(full_path, to_delete)) {
412 int BackendImpl::CreateBackend(const FilePath& full_path, bool force,
418 CacheCreator* creator = new CacheCreator(full_path, force, max_bytes, type,
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
httpclient.cc 405 request().path = purl.full_path();
415 request().path = purl.full_path();
729 request().path = purl.full_path();
httpcommon.h 246 string full_path() const { function in class:talk_base::Url
httpcommon.cc 579 path->assign(url.full_path());
  /external/chromium/chrome/browser/ui/webui/
active_downloads_ui.cc 348 NOTREACHED() << "Updated item " << item->full_path().value()
  /external/protobuf/python/google/protobuf/internal/
test_util.py 556 full_path = os.path.join(path, 'src/google/protobuf/testdata', filename)
557 return open(full_path, 'rb')
  /external/v8/tools/
test.py 649 full_path = current_path + [test_name]
650 test.AddTestsToList(result, full_path, path, context, mode)
    [all...]
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.cc 251 zip_image_file_path_ = download->full_path();

Completed in 1276 milliseconds

1 23