OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FilePath
(Results
226 - 250
of
3914
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/installer/test/
resource_updater.h
18
class
FilePath
;
30
bool Initialize(const base::
FilePath
& pe_image_path);
35
WORD language_id, const base::
FilePath
& input_file);
/external/chromium_org/chrome/installer/util/
logging_installer.h
11
class
FilePath
;
44
TruncateResult TruncateLogFileIfNeeded(const base::
FilePath
& log_file);
53
base::
FilePath
GetLogFilePath(const installer::MasterPreferences& prefs);
/external/chromium_org/chrome/test/chromedriver/
util.h
11
class
FilePath
;
38
Status UnzipSoleFile(const base::
FilePath
& unzip_dir,
40
base::
FilePath
* file);
/external/chromium_org/components/bookmarks/browser/
bookmark_pasteboard_helper_mac.h
15
class
FilePath
;
25
const base::
FilePath
& profile_path);
31
base::
FilePath
* profile_path);
/external/chromium_org/gin/test/
run_js_tests.cc
13
base::
FilePath
BasePath() {
14
base::
FilePath
path;
19
void RunTest(const base::
FilePath
& path) {
/external/chromium_org/ipc/
unix_domain_socket_util.h
15
class
FilePath
;
28
IPC_EXPORT bool CreateServerUnixDomainSocket(const base::
FilePath
& socket_name,
34
IPC_EXPORT bool CreateClientUnixDomainSocket(const base::
FilePath
& socket_name,
/external/chromium_org/net/tools/tld_cleanup/
tld_cleanup_util.h
12
class
FilePath
;
37
NormalizeResult NormalizeFile(const base::
FilePath
& in_filename,
38
const base::
FilePath
& out_filename);
/external/chromium_org/ppapi/shared_impl/
file_ref_util.h
13
class
FilePath
;
22
const base::
FilePath
& path);
28
PPAPI_SHARED_EXPORT bool IsValidExternalPath(const base::
FilePath
& path);
/external/chromium_org/sync/test/
local_sync_test_server.h
33
base::
FilePath
* testserver_path) const OVERRIDE;
37
bool GetTestScriptPath(const base::
FilePath
::StringType& test_script_name,
38
base::
FilePath
* test_script_path) const;
/external/chromium_org/tools/gn/
build_settings.h
35
const base::
FilePath
& root_path() const { return root_path_; }
37
void SetRootPath(const base::
FilePath
& r);
42
const base::
FilePath
& secondary_source_path() const {
48
base::
FilePath
python_path() const { return python_path_; }
49
void set_python_path(const base::
FilePath
& p) { python_path_ = p; }
72
base::
FilePath
GetFullPath(const SourceFile& file) const;
73
base::
FilePath
GetFullPath(const SourceDir& dir) const;
76
// an empty
FilePath
if the secondary source path is empty. When loading a
78
base::
FilePath
GetFullPathSecondary(const SourceFile& file) const;
79
base::
FilePath
GetFullPathSecondary(const SourceDir& dir) const
[
all
...]
/external/chromium_org/ui/events/ozone/device/
device_event.h
27
DeviceEvent(DeviceType type, ActionType action, const base::
FilePath
& path);
31
base::
FilePath
path() const { return path_; }
36
base::
FilePath
path_;
/external/chromium_org/webkit/browser/fileapi/
copy_or_move_file_validator.h
13
class
FilePath
;
36
const base::
FilePath
& dest_platform_path,
49
const base::
FilePath
& platform_path) = 0;
external_mount_points.h
20
class
FilePath
;
65
const base::
FilePath
& path);
71
base::
FilePath
* path) const OVERRIDE;
73
const base::
FilePath
& virtual_path,
77
base::
FilePath
* path,
83
const base::
FilePath
& path) const OVERRIDE;
102
bool GetVirtualPath(const base::
FilePath
& absolute_path,
103
base::
FilePath
* virtual_path) const;
106
base::
FilePath
CreateVirtualRootPath(const std::string& mount_name) const;
111
const base::
FilePath
& path) const
[
all
...]
/external/chromium_org/base/
file_util_android.cc
12
bool GetShmemTempDir(bool executable, base::
FilePath
* path) {
/external/chromium_org/base/files/
file_path_watcher_fsevents.h
28
void OnFilePathsChanged(const std::vector<
FilePath
>& paths);
39
virtual bool Watch(const
FilePath
& path,
60
FilePath
target_;
63
FilePath
resolved_target_;
/external/chromium_org/chrome/browser/chromeos/extensions/
virtual_keyboard_browsertest.h
14
class
FilePath
;
45
void RunTest(const base::
FilePath
& file,
60
void InjectJavascript(const base::
FilePath
& dir, const base::
FilePath
& file);
/external/chromium_org/chrome/browser/chromeos/login/auth/
mount_manager.h
25
static base::
FilePath
GetHomeDir(std::string& user_hash);
30
virtual base::
FilePath
GetPath(const std::string& user_id);
33
const base::
FilePath
& path);
39
typedef std::map<std::string, base::
FilePath
> UserToPathMap;
/external/chromium_org/chrome/browser/extensions/
extension_service_test_base.h
44
base::
FilePath
profile_path;
45
base::
FilePath
pref_file;
46
base::
FilePath
extensions_install_dir;
76
const base::
FilePath
& prefs_file,
77
const base::
FilePath
& source_install_dir);
96
const base::
FilePath
& extensions_install_dir() const {
99
const base::
FilePath
& data_dir() const { return data_dir_; }
126
base::
FilePath
extensions_install_dir_;
129
base::
FilePath
data_dir_;
/external/chromium_org/chrome/browser/local_discovery/storage/
path_util.cc
45
std::string PathStringToString(const base::
FilePath
::StringType& string) {
55
base::
FilePath
NormalizeFilePath(const base::
FilePath
& path) {
57
base::
FilePath
::StringType path_updated_string = path.value();
61
static_cast<base::
FilePath
::CharType>('\\'),
62
static_cast<base::
FilePath
::CharType>('/'));
63
return base::
FilePath
(path_updated_string);
69
ParsedPrivetPath::ParsedPrivetPath(const base::
FilePath
& file_path) {
70
std::vector<base::
FilePath
::StringType> components;
privet_filesystem_constants.cc
9
const base::
FilePath
::CharType kPrivetFilePath[] = FILE_PATH_LITERAL("/privet");
privet_filesystem_constants.h
12
extern const base::
FilePath
::CharType kPrivetFilePath[];
/external/chromium_org/chrome/browser/media_galleries/
media_folder_finder.h
24
typedef std::map<base::
FilePath
, MediaGalleryScanResult>
44
const std::vector<base::
FilePath
>& graylisted_folders() const;
56
std::vector<base::
FilePath
> new_folders;
65
void SetRootsForTesting(const std::vector<base::
FilePath
>& roots);
67
void OnInitialized(const std::vector<base::
FilePath
>& roots);
73
void GotScanResults(const base::
FilePath
& path, const WorkerReply& reply);
78
std::vector<base::
FilePath
> graylisted_folders_;
79
std::vector<base::
FilePath
> folders_to_scan_;
89
std::vector<base::
FilePath
> roots_for_testing_;
/external/chromium_org/chrome/browser/parsers/
metadata_parser_jpeg.cc
7
JpegMetadataParser::JpegMetadataParser(const base::
FilePath
& path)
metadata_parser_jpeg.h
12
explicit JpegMetadataParser(const base::
FilePath
& path);
/external/chromium_org/chrome/browser/safe_browsing/
local_two_phase_testserver.h
24
base::
FilePath
* testserver_path) const OVERRIDE;
Completed in 937 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>