OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FilePath
(Results
1001 - 1025
of
3914
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/chromium_org/tools/gn/
filesystem_utils_unittest.cc
282
base::
FilePath
root(L"C:\\source\\foo\\");
284
base::
FilePath
(L"C:\\foo\\bar")).value());
286
base::
FilePath
(L"/")).value());
288
base::
FilePath
(L"C:\\source\\foo")).value());
290
base::
FilePath
(L"C:\\source\\foo\\bar\\")). value());
292
base::
FilePath
(L"C:\\source\\foo\\bar\\baz")).value());
296
base::
FilePath
(L"c:/SOURCE\\Foo/baR/")).value());
300
base::
FilePath
(L"/foo/bar/")).value());
302
base::
FilePath
(L"C:foo/bar/")).value());
306
base::
FilePath
(L"/C:/foo/bar")).value())
[
all
...]
filesystem_utils.h
43
std::string FilePathToUTF8(const base::
FilePath
::StringType& str);
44
inline std::string FilePathToUTF8(const base::
FilePath
& path) {
47
base::
FilePath
UTF8ToFilePath(const base::StringPiece& sp);
81
//
FilePath
::IsSeparator which is based on the current platform).
125
// The source_root should be a base::
FilePath
converted to UTF-8. On Windows,
162
SourceDir SourceDirForPath(const base::
FilePath
& source_root,
163
const base::
FilePath
& path);
167
SourceDir SourceDirForCurrentDirectory(const base::
FilePath
& source_root);
/external/chromium_org/webkit/browser/fileapi/
file_system_usage_cache.cc
35
const base::
FilePath
::CharType FileSystemUsageCache::kUsageFileName[] =
46
bool FileSystemUsageCache::GetUsage(const base::
FilePath
& usage_file_path,
60
bool FileSystemUsageCache::GetDirty(const base::
FilePath
& usage_file_path,
75
const base::
FilePath
& usage_file_path) {
92
const base::
FilePath
& usage_file_path) {
107
bool FileSystemUsageCache::Invalidate(const base::
FilePath
& usage_file_path) {
119
bool FileSystemUsageCache::IsValid(const base::
FilePath
& usage_file_path) {
131
const base::
FilePath
& usage_file_path, int64 delta) {
142
bool FileSystemUsageCache::UpdateUsage(const base::
FilePath
& usage_file_path,
149
bool FileSystemUsageCache::Exists(const base::
FilePath
& usage_file_path)
[
all
...]
isolated_context.cc
21
base::
FilePath
::StringType GetRegisterNameForPath(const base::
FilePath
& path) {
27
base::
FilePath
::StringType name;
29
i < path.value().size() && !base::
FilePath
::IsSeparator(path.value()[i]);
59
const base::
FilePath
& path, std::string* registered_name) {
63
base::
FilePath
::StringType name = GetRegisterNameForPath(path);
64
std::string utf8name = base::
FilePath
(name).AsUTF8Unsafe();
65
base::
FilePath
normalized_path = path.NormalizePathSeparators();
71
base::
FilePath
(name).RemoveExtension().AsUTF8Unsafe();
73
base::
FilePath
(base::FilePath(name).Extension()).AsUTF8Unsafe()
[
all
...]
/external/chromium_org/base/files/
scoped_temp_dir_unittest.cc
15
FilePath
test_path;
34
FilePath
path = dir.Take();
51
FilePath
test_path;
57
FilePath
tmp_dir;
66
FilePath
base_path;
70
FilePath
test_path;
/external/chromium_org/base/process/
process_linux.cc
43
base::
FilePath
foreground_file;
44
base::
FilePath
background_file;
48
base::
FilePath
(base::StringPrintf(kControlPath, kForeground));
50
base::
FilePath
(base::StringPrintf(kControlPath, kBackground));
74
base::
FilePath
(StringPrintf(kProcPath, process_)),
95
const base::
FilePath
file =
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
operation_test_base.h
55
const base::
FilePath
& path) OVERRIDE;
62
const std::set<base::
FilePath
>& get_changed_paths() {
77
std::set<base::
FilePath
> changed_paths_;
90
base::
FilePath
temp_dir() const { return temp_dir_.path(); }
94
FileError GetLocalResourceEntry(const base::
FilePath
& path,
103
std::string GetLocalId(const base::
FilePath
& path);
remove_operation.cc
25
const base::
FilePath
& path,
28
base::
FilePath
* changed_directory_path) {
78
void RemoveOperation::Remove(const base::
FilePath
& path,
85
base::
FilePath
* changed_directory_path = new base::
FilePath
;
106
const base::
FilePath
* changed_directory_path,
/external/chromium_org/chrome/browser/chromeos/drive/
file_write_watcher_unittest.cc
45
void WriteSomethingAfterStartWatch(const base::
FilePath
& path,
70
base::
FilePath
GetTempPath(const std::string& name) {
95
base::
FilePath
path1 = GetTempPath("foo.txt");
96
base::
FilePath
path2 = GetTempPath("bar.png");
97
base::
FilePath
path3 = GetTempPath("buz.doc");
98
base::
FilePath
path4 = GetTempPath("mya.mp3");
/external/chromium_org/chrome/browser/extensions/api/commands/
command_service_browsertest.cc
41
base::
FilePath
pem_path = test_data_dir_.
43
base::
FilePath
path_v1 = PackExtensionWithOptions(
48
base::
FilePath
());
49
base::
FilePath
path_v2 = PackExtensionWithOptions(
54
base::
FilePath
());
95
base::
FilePath
extension_dir =
/external/chromium_org/chrome/browser/extensions/api/messaging/
native_messaging_test_util.cc
25
void WriteTestNativeHostManifest(const base::
FilePath
& target_dir,
27
const base::
FilePath
& host_path,
40
base::
FilePath
manifest_path = target_dir.AppendASCII(host_name + ".json");
71
base::
FilePath
test_user_data_dir;
87
base::
FilePath
host_path = test_user_data_dir.AppendASCII("echo.py");
89
base::
FilePath
host_path = test_user_data_dir.AppendASCII("echo.bat");
/external/chromium_org/chrome/browser/media_galleries/fileapi/
iapps_finder_impl.cc
58
const base::
FilePath
& path) {
67
base::
FilePath
library_root =
68
base::
FilePath
::FromUTF8Unsafe(unique_id).DirName();
76
const base::
FilePath
& path) {
85
base::
FilePath
library_root =
86
base::
FilePath
::FromUTF8Unsafe(unique_id).DirName();
mtp_device_map_service.cc
28
const base::
FilePath
::StringType& device_location,
51
base::
FilePath
::StringType device_location = it->second;
65
const base::
FilePath
::StringType& device_location,
76
const base::
FilePath
::StringType& device_location) {
87
base::
FilePath
device_path;
93
const base::
FilePath
::StringType& device_location = device_path.value();
/external/chromium_org/chrome/browser/policy/
chrome_browser_policy_connector.cc
50
base::
FilePath
GetManagedPolicyPath() {
56
base::
FilePath
path;
58
return base::
FilePath
();
62
return base::
FilePath
();
66
return base::
FilePath
();
118
base::
FilePath
config_dir_path;
/external/chromium_org/chrome/browser/
sxs_linux.cc
62
bool DoAddChannelMarkToUserDataDir(const base::
FilePath
& user_data_dir) {
64
base::
FilePath
channels_path(user_data_dir.AppendASCII(kChannelsFileName));
93
base::
FilePath
user_data_dir;
115
base::
FilePath
source_path;
121
base::
FilePath
channels_path(source_path.AppendASCII(kChannelsFileName));
144
base::
FilePath
target_path =
/external/chromium_org/chrome/browser/ui/views/translate/
translate_bubble_view_browsertest.cc
49
base::
FilePath
(), base::
FilePath
(FILE_PATH_LITERAL("french_page.html")));
72
base::
FilePath
(), base::
FilePath
(FILE_PATH_LITERAL("french_page.html")));
92
base::
FilePath
(), base::
FilePath
(FILE_PATH_LITERAL("french_page.html")));
/external/chromium_org/chrome/browser/ui/webui/options/
certificate_manager_handler.h
42
virtual void FileSelected(const base::
FilePath
& path,
78
void ExportPersonalFileSelected(const base::
FilePath
& path);
98
void ImportPersonalFileSelected(const base::
FilePath
& path);
110
void ImportServerFileSelected(const base::
FilePath
& path);
122
void ImportCAFileSelected(const base::
FilePath
& path);
172
base::
FilePath
file_path_;
/external/chromium_org/chrome/common/media_galleries/
picasa_types.cc
14
base::File OpenFile(const base::
FilePath
& directory_path,
16
base::
FilePath
path = directory_path.Append(base::
FilePath
::FromUTF8Unsafe(
21
base::File OpenColumnFile(const base::
FilePath
& directory_path,
43
const std::string& uid, const base::
FilePath
& path)
56
AlbumTableFiles::AlbumTableFiles(const base::
FilePath
& directory_path)
/external/chromium_org/chrome/service/
service_utility_process_host.h
85
void MetafileAvailable(const base::
FilePath
& metafile_path,
100
const base::
FilePath
& pdf_path,
118
virtual base::
FilePath
GetUtilityProcessCmd();
129
bool StartProcess(bool no_sandbox, const base::
FilePath
& exposed_dir);
137
const base::
FilePath
& exposed_dir);
163
base::
FilePath
metafile_path_;
/external/chromium_org/content/browser/download/
drag_download_util.cc
24
base::
FilePath
* file_name,
46
*file_name = base::
FilePath
(file_name_str);
48
*file_name = base::
FilePath
(base::UTF16ToUTF8(file_name_str));
57
base::File CreateFileForDrop(base::
FilePath
* file_path) {
62
base::
FilePath
new_file_path;
95
const base::
FilePath
& file_path) {
/external/chromium_org/content/browser/
ppapi_plugin_process_host.h
75
const base::
FilePath
& profile_data_directory);
107
const base::
FilePath
& plugin_path() const { return plugin_path_; }
108
const base::
FilePath
& profile_data_directory() const {
120
const base::
FilePath
& profile_data_directory);
159
base::
FilePath
plugin_path_;
162
base::
FilePath
profile_data_directory_;
/external/chromium_org/content/renderer/pepper/
plugin_module.h
32
class
FilePath
;
73
const base::
FilePath
& path,
88
bool InitAsLibrary(const base::
FilePath
& path);
137
const base::
FilePath
& path() const { return path_; }
190
const base::
FilePath
& path,
203
// Attempts to create a PPAPI plugin for the given
filepath
. On success, it
261
const base::
FilePath
path_;
/external/chromium_org/content/renderer/
savable_resources_browsertest.cc
33
const base::
FilePath
& page_file_path,
49
void CheckResources(const base::
FilePath
& page_file_path,
109
const base::
FilePath
expected_frame_url =
115
base::
FilePath
page_file_path =
131
base::
FilePath
expected_frame_url =
137
base::
FilePath
page_file_path =
/external/chromium_org/media/filters/
pipeline_integration_test_base.h
22
class
FilePath
;
62
bool Start(const base::
FilePath
& file_path, PipelineStatus expected_status);
67
bool Start(const base::
FilePath
& file_path,
72
bool Start(const base::
FilePath
& file_path);
73
bool Start(const base::
FilePath
& file_path, Decryptor* decryptor);
81
const base::
FilePath
& file_path, Decryptor* decryptor);
/external/chromium_org/net/disk_cache/simple/
simple_version_upgrade.cc
32
bool WriteFakeIndexFile(const base::
FilePath
& file_name) {
102
bool UpgradeIndexV5V6(const base::
FilePath
& cache_directory) {
103
const base::
FilePath
old_index_file =
125
bool UpgradeSimpleCacheOnDisk(const base::
FilePath
& path) {
135
const base::
FilePath
fake_index = path.AppendASCII(kFakeIndexFileName);
177
const base::
FilePath
temp_fake_index = path.AppendASCII("upgrade-index");
Completed in 945 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>