Searched refs:FilePath (Results 126 - 150 of 4037) sorted by relevance

1234567891011>>

/external/chromium_org/extensions/common/
H A Dextension_resource.cc17 const base::FilePath& extension_root,
18 const base::FilePath& relative_path)
31 const base::FilePath& ExtensionResource::GetFilePath() const {
49 base::FilePath ExtensionResource::GetFilePath(
50 const base::FilePath& extension_root,
51 const base::FilePath& relative_path,
55 base::FilePath clean_extension_root(
58 return base::FilePath();
60 base::FilePath full_path = clean_extension_root.Append(relative_path);
65 std::vector<base::FilePath
[all...]
/external/chromium_org/testing/gtest/src/
H A Dgtest-filepath.cc99 FilePath FilePath::GetCurrentDir() {
103 return FilePath(kCurrentDirectoryString);
106 return FilePath(_getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd);
114 return FilePath(result == NULL ? kCurrentDirectoryString : cwd);
116 return FilePath(result == NULL ? "" : cwd);
120 // Returns a copy of the FilePath with the case-insensitive extension removed.
121 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
122 // FilePath("dir/file"). If a case-insensitive extension is not
123 // found, returns a copy of the original FilePath
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-filepath.cc100 FilePath FilePath::GetCurrentDir() {
104 return FilePath(kCurrentDirectoryString);
107 return FilePath(_getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd);
110 return FilePath(getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd);
114 // Returns a copy of the FilePath with the case-insensitive extension removed.
115 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
116 // FilePath("dir/file"). If a case-insensitive extension is not
117 // found, returns a copy of the original FilePath.
118 FilePath FilePat
[all...]
/external/gtest/src/
H A Dgtest-filepath.cc101 FilePath FilePath::GetCurrentDir() {
105 return FilePath(kCurrentDirectoryString);
108 return FilePath(_getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd);
111 return FilePath(getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd);
115 // Returns a copy of the FilePath with the case-insensitive extension removed.
116 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
117 // FilePath("dir/file"). If a case-insensitive extension is not
118 // found, returns a copy of the original FilePath.
119 FilePath FilePat
[all...]
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc98 FilePath FilePath::GetCurrentDir() {
102 return FilePath(kCurrentDirectoryString);
105 return FilePath(_getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd);
108 return FilePath(getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd);
112 // Returns a copy of the FilePath with the case-insensitive extension removed.
113 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
114 // FilePath("dir/file"). If a case-insensitive extension is not
115 // found, returns a copy of the original FilePath.
116 FilePath FilePat
[all...]
/external/mesa3d/src/gtest/src/
H A Dgtest-filepath.cc100 FilePath FilePath::GetCurrentDir() {
104 return FilePath(kCurrentDirectoryString);
107 return FilePath(_getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd);
110 return FilePath(getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd);
114 // Returns a copy of the FilePath with the case-insensitive extension removed.
115 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
116 // FilePath("dir/file"). If a case-insensitive extension is not
117 // found, returns a copy of the original FilePath.
118 FilePath FilePat
[all...]
/external/chromium_org/base/
H A Dpath_service.h16 class FilePath;
32 static bool Get(int key, base::FilePath* path);
47 static bool Override(int key, const base::FilePath& path);
59 const base::FilePath& path,
71 typedef bool (*ProviderFunc)(int, base::FilePath*);
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_system_util.h41 const base::FilePath::CharType kDriveGrandRootDirName[] =
44 const base::FilePath::CharType kDriveMyDriveRootDirName[] =
47 const base::FilePath::CharType kDriveOtherDirName[] =
50 const base::FilePath::CharType kDriveTrashDirName[] =
54 const base::FilePath& GetDriveGrandRootPath();
57 const base::FilePath& GetDriveMyDriveRootPath();
60 base::FilePath GetDriveMountPointPath(Profile* profile);
64 base::FilePath GetDriveMountPointPathForUserIdHash(std::string user_id_hash);
89 bool IsUnderDriveMountPoint(const base::FilePath& path);
94 base::FilePath ExtractDrivePat
[all...]
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfilesystem_api_util.h20 class FilePath;
32 bool IsUnderNonNativeLocalPath(Profile* profile, const base::FilePath& path);
38 const base::FilePath& path,
45 const base::FilePath& path,
53 const base::FilePath& path,
/external/chromium_org/chrome/browser/download/
H A Ddownload_path_reservation_tracker.h11 class FilePath;
35 typedef base::Callback<void(const base::FilePath& target_path,
89 const base::FilePath& requested_target_path,
90 const base::FilePath& default_download_path,
97 static bool IsPathInUseForTesting(const base::FilePath& path);
H A Ddownload_target_determiner_delegate.h16 class FilePath;
34 const base::FilePath& new_virtual_path,
42 typedef base::Callback<void(const base::FilePath& reserved_path,
50 typedef base::Callback<void(const base::FilePath& virtual_path)>
57 typedef base::Callback<void(const base::FilePath&)> LocalPathCallback;
74 const base::FilePath& virtual_path,
92 const base::FilePath& virtual_path,
101 const base::FilePath& virtual_path,
109 const base::FilePath& virtual_path,
115 const base::FilePath
[all...]
H A Ddownload_file_picker.h12 class FilePath;
30 typedef base::Callback<void(const base::FilePath& virtual_path)>
37 const base::FilePath& suggested_path,
42 const base::FilePath& suggested_path,
48 void OnFileSelected(const base::FilePath& virtual_path);
51 virtual void FileSelected(const base::FilePath& path,
57 base::FilePath suggested_path_;
/external/chromium_org/chrome/browser/extensions/
H A Dextension_assets_manager.h28 typedef base::Callback<void(const base::FilePath& file_path)>
36 const base::FilePath& unpacked_extension_root,
37 const base::FilePath& local_install_dir,
44 const base::FilePath& local_install_dir,
45 const base::FilePath& extension_root) = 0;
H A Dextension_path_util_unittest.cc11 using base::FilePath;
20 const FilePath::CharType kHomeShortcut[] = FILE_PATH_LITERAL("~");
23 FilePath unprettified;
24 FilePath prettified = path_util::PrettifyPath(unprettified);
31 EXPECT_EQ(FilePath(kHomeShortcut), prettified);
37 EXPECT_EQ(FilePath(kHomeShortcut).AppendASCII("foo"), prettified);
44 FilePath(kHomeShortcut).AppendASCII("foo").AppendASCII("bar"),
/external/chromium_org/chrome/browser/importer/
H A Dfirefox_profile_lock.h70 explicit FirefoxProfileLock(const base::FilePath& path);
84 static const base::FilePath::CharType* kLockFileName;
85 static const base::FilePath::CharType* kOldLockFileName;
90 base::FilePath lock_file_;
101 base::FilePath old_lock_file_;
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_log_list.cc24 base::FilePath log_list_path = GetWebRtcLogListFileForDirectory(
30 base::FilePath WebRtcLogList::GetWebRtcLogDirectoryForProfile(
31 const base::FilePath& profile_path) {
37 base::FilePath WebRtcLogList::GetWebRtcLogListFileForDirectory(
38 const base::FilePath& dir) {
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsubtree_set.h12 class FilePath;
25 bool IsDisjointWith(const base::FilePath& subtree_root) const;
29 bool insert(const base::FilePath& subtree_root);
33 bool erase(const base::FilePath& subtree_root);
48 typedef base::FilePath::StringType StringType;
/external/chromium_org/chrome/browser/web_applications/
H A Dweb_app_win.h29 base::FilePath CreateShortcutInWebAppDir(const base::FilePath& web_app_path,
40 bool CheckAndSaveIcon(const base::FilePath& icon_file,
43 base::FilePath GetIconFilePath(const base::FilePath& web_app_path,
/external/chromium_org/extensions/browser/api/storage/
H A Dleveldb_settings_storage_factory.cc15 base::FilePath GetDatabasePath(const base::FilePath& base_path,
23 const base::FilePath& base_path,
29 const base::FilePath& base_path,
31 base::FilePath path = GetDatabasePath(base_path, extension_id);
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index_file_win.cc16 const base::FilePath& cache_path,
18 const base::FilePath current_directory(FILE_PATH_LITERAL("."));
19 const base::FilePath parent_directory(FILE_PATH_LITERAL(".."));
20 const base::FilePath::StringType file_pattern = FILE_PATH_LITERAL("*");
24 for (base::FilePath file_path = enumerator.Next(); !file_path.empty();
/external/protobuf/gtest/src/
H A Dgtest-filepath.cc85 FilePath FilePath::GetCurrentDir() {
89 return FilePath(kCurrentDirectoryString);
92 return FilePath(_getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd);
95 return FilePath(getcwd(cwd, sizeof(cwd)) == NULL ? "" : cwd);
99 // Returns a copy of the FilePath with the case-insensitive extension removed.
100 // Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns
101 // FilePath("dir/file"). If a case-insensitive extension is not
102 // found, returns a copy of the original FilePath.
103 FilePath FilePat
[all...]
/external/chromium_org/base/files/
H A Dfile_enumerator.h35 // for (base::FilePath name = enum.Next(); !name.empty(); name = enum.Next())
50 FilePath GetName() const;
71 FilePath filename_;
104 FileEnumerator(const FilePath& root_path,
107 FileEnumerator(const FilePath& root_path,
110 const FilePath::StringType& pattern);
118 FilePath Next();
125 bool ShouldSkip(const FilePath& path);
136 const FilePath& source, bool show_links);
145 FilePath root_path
[all...]
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dmedia_path_filter.h22 static bool ShouldSkip(const base::FilePath& path);
28 bool Match(const base::FilePath& path);
32 MediaGalleryScanFileType GetType(const base::FilePath& path);
35 typedef std::vector<base::FilePath::StringType> MediaFileExtensionList;
39 typedef base::hash_map<base::FilePath::StringType, int> MediaFileExtensionMap;
47 const base::FilePath::CharType* const* extensions_list,
51 const base::FilePath::CharType* extension,
/external/chromium_org/chrome/common/media_galleries/
H A Dpicasa_test_util.h14 class FilePath;
19 void WriteAlbumTable(const base::FilePath& column_file_destination,
28 void WriteTestAlbumTable(const base::FilePath& column_file_destination,
29 const base::FilePath& test_folder_1_path,
30 const base::FilePath& test_folder_2_path);
32 void WriteTestAlbumsImagesIndex(const base::FilePath& test_folder_1_path,
33 const base::FilePath& test_folder_2_path);
/external/chromium_org/chrome/test/base/
H A Djavascript_browser_test.h16 static const base::FilePath::CharType kA11yAuditLibraryJSPath[];
17 static const base::FilePath::CharType kMockJSPath[];
18 static const base::FilePath::CharType kWebUILibraryJS[];
19 static const base::FilePath::CharType kWebUITestFolder[];
26 void AddLibrary(const base::FilePath& library_path);
50 std::vector<base::FilePath> user_libraries_;
53 std::vector<base::FilePath> library_search_paths_;

Completed in 774 milliseconds

1234567891011>>