/external/chromium_org/media/base/ |
media_posix.cc | 38 static const base::FilePath::CharType kSumoLib[] = 42 static const base::FilePath::CharType kSumoLib[] = 48 bool InitializeMediaLibraryInternal(const base::FilePath& module_dir) {
|
/external/chromium_org/net/disk_cache/ |
cache_util_win.cc | 16 bool MoveCache(const base::FilePath& from_path, const base::FilePath& to_path) { 26 bool DeleteCacheFile(const base::FilePath& name) {
|
/external/chromium_org/third_party/leveldatabase/ |
env_chromium_unittest.cc | 117 base::FilePath dir_path = dir.path(); 147 int CountFilesWithExtension(const base::FilePath& dir, 148 const base::FilePath::StringType& extension) { 152 for (base::FilePath fname = dir_reader.Next(); !fname.empty(); 160 bool GetFirstLDBFile(const base::FilePath& dir, base::FilePath* ldb_file) { 163 for (base::FilePath fname = dir_reader.Next(); !fname.empty(); 180 base::FilePath dir = scoped_temp_dir.path(); 194 base::FilePath ldb_file; 224 base::FilePath dir = scoped_temp_dir.path() [all...] |
/external/chromium_org/tools/gn/ |
input_file.h | 32 const base::FilePath& physical_name() const { return physical_name_; } 50 bool Load(const base::FilePath& system_path); 56 base::FilePath physical_name_;
|
/external/chromium_org/tools/perf/clear_system_cache/ |
clear_system_cache_main.cc | 19 void ClearCacheForFile(const base::FilePath& path) { 36 base::FilePath path(args[i]); 45 for (base::FilePath next = enumerator.Next(); !next.empty();
|
/external/chromium_org/ui/base/resource/ |
resource_bundle_win.cc | 31 base::FilePath GetResourcesPakFilePath(const std::string& pak_name) { 32 base::FilePath path; 37 return base::FilePath(base::ASCIIToUTF16(pak_name));
|
/external/chromium_org/ui/events/ozone/evdev/ |
event_factory_evdev.h | 42 void AttachInputDevice(const base::FilePath& file_path, 46 void DetachInputDevice(const base::FilePath& file_path); 57 std::map<base::FilePath, EventConverterEvdev*> converters_;
|
/external/chromium_org/webkit/browser/fileapi/ |
sandbox_quota_observer.h | 38 typedef std::map<base::FilePath, int64> PendingUpdateNotificationMap; 61 void UpdateUsageCacheFile(const base::FilePath& usage_file_path, int64 delta); 63 base::FilePath GetUsageCachePath(const FileSystemURL& url);
|
obfuscated_file_util.cc | 39 // base::FilePath virtual_path = url.path(); 40 // base::FilePath local_path = GetLocalFilePath(url); 56 const base::FilePath::StringType& file_name) { 64 // which base::FilePath uses wide chars [since they're converted to UTF-8 for 123 base::FilePath root_virtual_path = root_url.path(); 135 virtual base::FilePath Next() OVERRIDE { 138 return base::FilePath(); 144 base::FilePath platform_file_path; 152 base::FilePath virtual_path = 179 base::FilePath virtual_path [all...] |
/external/chromium_org/webkit/common/blob/ |
scoped_file.cc | 21 const base::FilePath& path, ScopeOutPolicy policy, 48 base::FilePath ScopedFile::Release() { 49 base::FilePath path = path_;
|
/external/qemu/android/filesystems/ |
ext4_utils.cpp | 71 int android_createEmptyExt4Image(const char *filePath, 74 int ret = ::make_ext4fs(filePath, size, mountpoint, NULL); 76 EXT4_ERROR << "Failed to create ext4 image at: " << filePath;
|
/frameworks/av/media/mtp/ |
MtpStorage.cpp | 35 MtpStorage::MtpStorage(MtpStorageID id, const char* filePath, 39 mFilePath(filePath), 46 ALOGV("MtpStorage id: %d path: %s\n", id, filePath);
|
/external/chromium_org/apps/app_shim/test/ |
app_shim_host_manager_test_api_mac.cc | 22 const base::FilePath& AppShimHostManagerTestApi::directory_in_tmp() {
|
/external/chromium_org/apps/shell/test/ |
shell_test_launcher_delegate.cc | 18 const base::FilePath& temp_data_dir) {
|
shell_test_launcher_delegate.h | 17 const base::FilePath& temp_data_dir) OVERRIDE;
|
/external/chromium_org/ash/test/ |
test_suite_init.mm | 18 base::FilePath path;
|
/external/chromium_org/base/android/ |
path_service_android.cc | 17 FilePath file_path(ConvertJavaStringToUTF8(env, path));
|
/external/chromium_org/base/mac/ |
foundation_util.mm | 77 FilePath PathForFrameworkBundleResource(CFStringRef resourceName) { 100 FilePath* result) { 111 bool GetLocalDirectory(NSSearchPathDirectory directory, FilePath* result) { 115 bool GetUserDirectory(NSSearchPathDirectory directory, FilePath* result) { 119 FilePath GetUserLibraryPath() { 120 FilePath user_library_path; 132 FilePath GetAppBundlePath(const FilePath& exec_name) { 142 return FilePath(); 151 return FilePath(bundle_name) [all...] |
/external/chromium_org/base/process/ |
kill.cc | 11 bool KillProcesses(const FilePath::StringType& executable_name,
|
/external/chromium_org/base/test/ |
test_file_util.cc | 12 bool EvictFileFromSystemCacheWithRetry(const FilePath& path) {
|
/external/chromium_org/chrome/browser/ |
chrome_main_browsertest.cc | 59 base::FilePath test_file_path = ui_test_utils::GetTestFilePath( 60 base::FilePath(), base::FilePath().AppendASCII("empty.html")); 89 base::FilePath test_file_path = ui_test_utils::GetTestFilePath( 90 base::FilePath(), base::FilePath().AppendASCII("empty.html")); 139 base::FilePath test_file_path = ui_test_utils::GetTestFilePath( 140 base::FilePath(), base::FilePath().AppendASCII("empty.html"));
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
dummy_file_system.cc | 10 const base::FilePath& file_path,
|
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
truncate_operation.h | 15 class FilePath; 45 const base::FilePath& temporary_file_directory); 51 void Truncate(const base::FilePath& file_path, 60 const base::FilePath& local_file_path,
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
private_api_util.h | 18 class FilePath; 54 // Returns the local FilePath associated with |url|. If the file isn't of the 56 // FilePath. |render_view_host| and |profile| are needed to obtain the 61 base::FilePath GetLocalPathFromURL(content::RenderViewHost* render_view_host,
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
fileapi_util.h | 34 base::FilePath virtual_path; 35 base::FilePath absolute_path; 46 base::FilePath full_path; // Value of Entry.fullPath. 82 base::FilePath ConvertDrivePathToRelativeFileSystemPath( 85 const base::FilePath& drive_path); 90 const base::FilePath& drive_path, 97 const base::FilePath& absolute_path, 107 const base::FilePath& absolute_path, 108 base::FilePath* relative_path);
|