HomeSort by relevance Sort by last modified time
    Searched refs:FilePath (Results 1126 - 1150 of 3914) sorted by null

<<41424344454647484950>>

  /external/chromium_org/net/disk_cache/simple/
simple_util.h 15 class FilePath;
70 NET_EXPORT_PRIVATE bool GetMTime(const base::FilePath& path,
simple_version_upgrade_unittest.cc 34 bool WriteFakeIndexFileV5(const base::FilePath& cache_path) {
40 const base::FilePath file_name = cache_path.AppendASCII("index");
49 const base::FilePath cache_path = cache_dir.path();
56 const base::FilePath file_name = cache_path.AppendASCII(kFakeIndexFileName);
66 const base::FilePath cache_path = cache_dir.path();
70 const base::FilePath index_file = cache_path.AppendASCII(kIndexFileName);
93 const base::FilePath cache_path = cache_dir.path();
97 const base::FilePath index_file = cache_path.AppendASCII(kIndexFileName);
  /external/chromium_org/net/socket/
tcp_socket.cc 27 static const base::FilePath::CharType kTCPFastOpenProcFilePath[] =
30 if (!base::ReadFileToString(base::FilePath(kTCPFastOpenProcFilePath),
  /external/chromium_org/net/url_request/
url_request_file_dir_job.h 23 const base::FilePath& dir_path);
57 base::FilePath dir_path_;
  /external/chromium_org/testing/android/
native_test_launcher.cc 93 void EnsureCreateFIFO(const base::FilePath& path) {
106 const base::FilePath& path,
145 base::FilePath files_dir(
150 base::FilePath fifo_path(files_dir.Append(base::FilePath("test.fifo")));
153 base::FilePath stderr_fifo_path, stdin_fifo_path;
158 stderr_fifo_path = files_dir.Append(base::FilePath("stderr.fifo"));
164 stdin_fifo_path = files_dir.Append(base::FilePath("stdin.fifo"));
  /external/chromium_org/third_party/zlib/google/
zip_internal.h 23 class FilePath;
61 zip_fileinfo GetFileInfoForZipping(const base::FilePath& path);
  /external/chromium_org/tools/gn/
generate_test_gn_data.cc 19 base::FilePath UTF8ToFilePath(const std::string& s) {
21 return base::FilePath(base::UTF8ToWide(s));
23 return base::FilePath(s);
27 std::string FilePathToUTF8(const base::FilePath& path) {
35 base::FilePath RepoPathToPathName(const std::vector<int>& repo_path) {
36 base::FilePath ret;
79 base::FilePath dirname = RepoPathToPathName(repo_path);
80 base::FilePath filename = dirname.AppendASCII("BUILD.gn");
  /external/chromium_org/ui/events/ozone/evdev/libgestures_glue/
event_reader_libevdev_cros.h 40 const base::FilePath& path,
65 base::FilePath path_;
  /external/chromium_org/webkit/browser/blob/
file_stream_reader.h 15 class FilePath;
45 const base::FilePath& file_path,
  /external/chromium_org/webkit/browser/fileapi/
transient_file_util.cc 22 const base::FilePath& /*path*/) {
33 base::FilePath* platform_path) {
  /external/chromium_org/win8/delegate_execute/
delegate_execute_util.cc 19 command_line.SetProgram(base::FilePath());
25 CommandLine MakeChromeCommandLine(const base::FilePath& chrome_exe,
  /external/chromium_org/apps/app_shim/
extension_app_shim_handler_mac_unittest.cc 32 MOCK_METHOD1(ProfileExistsForPath, bool(const base::FilePath&));
33 MOCK_METHOD1(ProfileForPath, Profile*(const base::FilePath&));
35 void(const base::FilePath&,
47 const std::vector<base::FilePath>&));
53 const base::FilePath& path,
59 const base::FilePath& path,
70 std::map<base::FilePath,
84 const std::vector<base::FilePath>& files));
88 const std::vector<base::FilePath>& files) {
109 FakeHost(const base::FilePath& profile_path
    [all...]
  /external/chromium_org/chrome/browser/component_updater/
pepper_flash_component_installer.cc 85 base::FilePath GetPepperFlashBaseDirectory() {
86 base::FilePath result;
95 base::FilePath GetPepperFlashDebuggerDirectory() {
96 base::FilePath result;
107 bool GetPepperFlashDirectory(base::FilePath* latest_dir,
109 std::vector<base::FilePath>* older_dirs) {
111 base::FilePath base_dir = GetPepperFlashBaseDirectory();
115 for (base::FilePath path = file_enumerator.Next(); !path.value().empty();
148 bool GetPepperFlashDebuggerPath(base::FilePath* dll_path,
151 base::FilePath debugger_dir = GetPepperFlashDebuggerDirectory()
    [all...]
  /external/chromium_org/base/
scoped_native_library_unittest.cc 28 FilePath path(GetNativeLibraryName(L"ddraw"));
  /external/chromium_org/base/test/
perf_log.cc 14 bool InitPerfLog(const FilePath& log_file) {
  /external/chromium_org/chrome/browser/chromeos/file_manager/
snapshot_manager.cc 52 const base::FilePath& absolute_file_path,
61 callback.Run(base::FilePath());
83 const base::FilePath& platform_path,
88 callback.Run(base::FilePath());
url_util.h 36 const base::FilePath::StringType& default_extension);
zip_file_creator.cc 21 base::File OpenFileHandleOnBlockingThreadPool(const base::FilePath& zip_path) {
31 const base::FilePath& src_dir,
32 const std::vector<base::FilePath>& src_relative_paths,
33 const base::FilePath& dest_file)
  /external/chromium_org/chrome/browser/devtools/
devtools_file_system_indexer.h 19 class FilePath;
44 FileSystemIndexingJob(const base::FilePath& file_system_path,
64 base::FilePath file_system_path_;
69 typedef std::map<base::FilePath, base::Time> FilePathTimesMap;
remote_debugging_server.cc 18 base::FilePath output_dir;
  /external/chromium_org/chrome/browser/history/
top_sites.cc 34 TopSites* TopSites::Create(Profile* profile, const base::FilePath& db_name) {
  /external/chromium_org/chrome/browser/media/
chrome_webrtc_typing_detection_browsertest.cc 21 static const base::FilePath::CharType kReferenceFile[] =
40 static base::FilePath GetTestDataDir() {
41 base::FilePath source_dir;
54 base::FilePath reference_file =
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iapps_finder_impl.h 41 NSArray* NSArrayFromFilePath(const base::FilePath& path);
  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_device_object_enumerator.h 21 base::FilePath Next();
  /external/chromium_org/chrome/browser/metro_viewer/
chrome_metro_viewer_process_host_aurawin.h 11 class FilePath;

Completed in 1095 milliseconds

<<41424344454647484950>>