OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FilePath
(Results
376 - 400
of
3914
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/chrome/browser/extensions/
extension_creator_filter.cc
19
const base::
FilePath
& file_path) {
20
const base::
FilePath
& base_name = file_path.BaseName();
27
const base::
FilePath
::StringType names_to_exclude[] = {
35
std::set<base::
FilePath
::StringType> names_to_exclude_set(names_to_exclude,
37
std::vector<base::
FilePath
::StringType> components;
44
base::
FilePath
::CharType first_character = base_name.value()[0];
45
base::
FilePath
::CharType last_character =
test_extension_dir.cc
31
void TestExtensionDir::WriteFile(const base::
FilePath
::StringType& filename,
41
base::
FilePath
TestExtensionDir::Pack() {
43
base::
FilePath
crx_path =
45
base::
FilePath
pem_path =
47
base::
FilePath
pem_in_path, pem_out_path;
59
return base::
FilePath
();
63
return base::
FilePath
();
/external/chromium_org/chrome/browser/media_galleries/fileapi/
iphoto_data_provider.h
30
explicit IPhotoDataProvider(const base::
FilePath
& library_path);
34
virtual void DoParseLibrary(const base::
FilePath
& library_path,
38
virtual std::map<std::string, base::
FilePath
> GetAlbumContents(
40
virtual base::
FilePath
GetPhotoLocationInAlbum(
45
virtual std::map<std::string, base::
FilePath
> GetOriginals(
47
virtual base::
FilePath
GetOriginalPhotoLocation(
52
typedef base::hash_map<std::string, base::
FilePath
> FileIndex;
/external/chromium_org/chrome/browser/media_galleries/
media_galleries_test_util.h
44
base::
FilePath
GetFakeAppDataPath() const;
46
base::
FilePath
GetFakeLocalAppDataPath() const;
49
void SetCustomPicasaAppDataPath(const base::
FilePath
& path);
50
base::
FilePath
GetFakePicasaFoldersRootPath() const;
54
base::
FilePath
GetFakeITunesRootPath() const;
55
base::
FilePath
GetFakeIPhotoRootPath() const;
81
extern base::
FilePath
MakeMediaGalleriesTestingPath(const std::string& dir);
/external/chromium_org/chrome/browser/
process_singleton.h
66
const base::
FilePath
& current_directory)> NotificationCallback;
68
ProcessSingleton(const base::
FilePath
& user_data_dir,
126
bool EscapeVirtualization(const base::
FilePath
& user_data_dir);
132
base::
FilePath
user_data_dir_;
157
base::
FilePath
socket_path_;
160
base::
FilePath
lock_path_;
163
base::
FilePath
cookie_path_;
/external/chromium_org/chrome/browser/ui/webui/extensions/
pack_extension_handler.h
37
virtual void OnPackSuccess(const base::
FilePath
& crx_file,
38
const base::
FilePath
& key_file) OVERRIDE;
45
virtual void FileSelected(const base::
FilePath
& path,
48
const std::vector<base::
FilePath
>& files, void* params) OVERRIDE;
72
base::
FilePath
extension_path_;
75
base::
FilePath
private_key_path_;
78
base::
FilePath
last_used_path_;
/external/chromium_org/chrome/installer/setup/
archive_patch_helper_unittest.cc
38
static base::
FilePath
data_dir_;
44
base::
FilePath
ArchivePatchHelperTest::data_dir_;
50
base::
FilePath
src = data_dir_.AppendASCII("archive1.7z");
51
base::
FilePath
patch = data_dir_.AppendASCII("archive.diff");
52
base::
FilePath
dest = test_dir_.path().AppendASCII("archive2.7z");
54
base::
FilePath
(),
59
base::
FilePath
base = data_dir_.AppendASCII("archive2.7z");
/external/chromium_org/content/public/browser/
child_process_security_policy.h
14
class
FilePath
;
47
virtual void GrantReadFile(int child_id, const base::
FilePath
& file) = 0;
52
const base::
FilePath
& file) = 0;
55
virtual void GrantCopyInto(int child_id, const base::
FilePath
& dir) = 0;
58
virtual void GrantDeleteFrom(int child_id, const base::
FilePath
& dir) = 0;
66
virtual bool CanReadFile(int child_id, const base::
FilePath
& file) = 0;
68
const base::
FilePath
& file) = 0;
/external/chromium_org/extensions/common/
id_util.cc
48
std::string GenerateIdForPath(const base::
FilePath
& path) {
49
base::
FilePath
new_path = MaybeNormalizePath(path);
52
new_path.value().size() * sizeof(base::
FilePath
::CharType));
56
base::
FilePath
MaybeNormalizePath(const base::
FilePath
& path) {
61
base::
FilePath
::StringType path_str = path.value();
66
return base::
FilePath
(path_str);
/external/chromium_org/net/base/
filename_util_internal.h
22
void(base::
FilePath
::StringType* file_name, char replace_char)>
25
void SanitizeGeneratedFileName(base::
FilePath
::StringType* filename,
28
bool IsShellIntegratedExtension(const base::
FilePath
::StringType& extension);
30
bool IsReservedName(const base::
FilePath
::StringType& filename);
34
base::
FilePath
* file_name);
36
bool FilePathToString16(const base::
FilePath
& path, base::string16* converted);
51
base::
FilePath
GenerateFileNameImpl(
/external/chromium_org/ppapi/shared_impl/
file_ref_util.cc
21
std::string GetNameForExternalFilePath(const base::
FilePath
& path) {
22
const base::
FilePath
::StringType& file_path = path.value();
23
size_t pos = file_path.rfind(base::
FilePath
::kSeparators[0]);
24
CHECK(pos != base::
FilePath
::StringType::npos);
38
// It must not
FilePath
::ReferencesParent().
41
base::
FilePath
file_path = base::
FilePath
::FromUTF8Unsafe(path);
47
bool IsValidExternalPath(const base::
FilePath
& path) {
/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);
/external/chromium_org/chrome/browser/component_updater/test/
test_installer.cc
23
const base::
FilePath
& unpack_path) {
29
base::
FilePath
* installed_file) {
41
ReadOnlyTestInstaller::ReadOnlyTestInstaller(const base::
FilePath
& install_dir)
49
base::
FilePath
* installed_file) {
63
const base::
FilePath
& unpack_path) {
68
base::
FilePath
path;
79
base::
FilePath
* installed_file) {
80
base::
FilePath
path;
82
*installed_file = path.Append(base::
FilePath
::FromUTF8Unsafe(file));
/external/chromium_org/chrome/browser/download/
download_file_picker.cc
35
void RecordFilePickerResult(const base::
FilePath
& suggested_path,
36
const base::
FilePath
& actual_path) {
56
const base::
FilePath
& suggested_path,
73
base::
FilePath
::StringType extension = suggested_path_.FinalExtension();
89
base::
FilePath
::StringType(),
97
void DownloadFilePicker::OnFileSelected(const base::
FilePath
& path) {
104
void DownloadFilePicker::FileSelected(const base::
FilePath
& path,
112
OnFileSelected(base::
FilePath
());
118
const base::
FilePath
& suggested_path,
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
test_utils.h
95
const base::
FilePath
& source,
96
const base::
FilePath
& target) OVERRIDE;
101
const base::
FilePath
& source,
102
const base::
FilePath
& target) OVERRIDE;
136
bool ImageWrittenToDevice(const base::
FilePath
& image_path,
137
const base::
FilePath
& device_path);
141
bool FillFile(const base::
FilePath
& file,
146
base::
FilePath
test_image_path_;
147
base::
FilePath
test_device_path_;
/external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.h
44
const base::
FilePath
& cur_dir,
61
const base::
FilePath
& cur_dir,
62
const base::
FilePath
& startup_profile_dir);
75
const base::
FilePath
& cur_dir,
123
const base::
FilePath
& cur_dir,
127
const base::
FilePath
& cur_dir,
137
const base::
FilePath
& cur_dir,
173
base::
FilePath
GetStartupProfilePath(const base::
FilePath
& user_data_dir,
/external/chromium_org/extensions/browser/
verified_contents_unittest.cc
39
bool GetPublicKey(const base::
FilePath
& path, std::string* public_key) {
52
base::
FilePath
path;
61
base::
FilePath
verified_contents_path =
74
base::
FilePath
::FromUTF8Unsafe("manifest.json"))));
78
base::
FilePath
::FromUTF8Unsafe("background.js"))));
80
base::
FilePath
foo_bar_html =
81
base::
FilePath
(FILE_PATH_LITERAL("foo")).AppendASCII("bar.html");
87
base::
FilePath
nonexistent = base::
FilePath
::FromUTF8Unsafe("nonexistent");
/external/chromium_org/apps/app_shim/
app_shim_messages.h
40
base::
FilePath
/* profile dir */,
43
std::vector<base::
FilePath
> /* files */)
51
std::vector<base::
FilePath
> /* files */)
/external/chromium_org/base/android/
path_utils_unittest.cc
20
FilePath
path;
30
FilePath
path;
40
FilePath
path;
/external/chromium_org/base/files/
file_util_proxy.h
34
const
FilePath
& file_path,
41
const
FilePath
& file_path,
49
const
FilePath
& file_path,
/external/chromium_org/base/nix/
xdg_util.h
24
class
FilePath
;
39
BASE_EXPORT
FilePath
GetXDGDirectory(Environment* env, const char* env_name,
45
BASE_EXPORT
FilePath
GetXDGUserDirectory(const char* dir_name,
/external/chromium_org/base/
os_compat_android_unittest.cc
19
FilePath
tmp_dir;
23
FilePath
sub_dir = tmp_dir.Append("XX");
34
FilePath
sub_dir2 = tmp_dir.Append("XXXXXX");
/external/chromium_org/base/process/
process_handle_mac.cc
28
FilePath
GetProcessExecutablePath(ProcessHandle process) {
31
return
FilePath
();
33
return
FilePath
(pathbuf);
/external/chromium_org/base/test/
gtest_xml_util.h
16
class
FilePath
;
27
bool Initialize(const
FilePath
& output_file_path) WARN_UNUSED_RESULT;
45
bool ProcessGTestOutput(const base::
FilePath
& output_file,
test_file_util_android.cc
18
base::
FilePath
InsertImageIntoMediaStore(const base::
FilePath
& path) {
26
return base::
FilePath
(uri);
Completed in 942 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>