OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:full_file_path
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_manager_util.h
35
// Converts |
full_file_path
| (e.g., "/special/drive/root" or
37
// if |
full_file_path
| is not managed by the external filesystem provider.
39
const base::FilePath&
full_file_path
,
43
// Converts |
full_file_path
| into |relative_path| within the external provider
44
// in File API. Returns false if |
full_file_path
| is not managed by the
48
const base::FilePath&
full_file_path
,
file_manager_util.cc
559
const base::FilePath&
full_file_path
,
564
full_file_path
, &relative_path)) {
574
const base::FilePath&
full_file_path
,
593
if (!backend->GetVirtualPath(
full_file_path
, virtual_path))
/external/chromium/chrome/browser/extensions/
file_manager_util.h
20
// Converts |
full_file_path
| into external filesystem: url. Returns false
21
// if |
full_file_path
| is not managed by the external filesystem provider.
23
const FilePath&
full_file_path
, const GURL& origin_url, GURL* url);
file_manager_util.cc
69
Profile* profile, const FilePath&
full_file_path
, const GURL& origin_url,
91
if (root_path.AppendRelativePath(
full_file_path
, &path)) {
/external/chromium/chrome/browser/net/
url_fixer_upper_unittest.cc
193
const FilePath&
full_file_path
) {
205
full_file_path
.value());
/external/chromium_org/tools/checkperms/
checkperms.py
314
full_file_path
= os.path.join(root, file_path)
316
error = check_file(
full_file_path
, bare_output)
/external/chromium_org/chrome/common/net/
url_fixer_upper_unittest.cc
233
const base::FilePath&
full_file_path
) {
245
full_file_path
.value());
/external/chromium/chrome/browser/history/
in_memory_url_index_unittest.cc
521
FilePath
full_file_path
;
local
522
url_index_->GetCacheFilePath(&
full_file_path
);
527
full_file_path
.GetComponents(&actual_parts);
/external/chromium_org/chrome/browser/history/
in_memory_url_index_unittest.cc
1167
base::FilePath
full_file_path
;
local
[
all
...]
/external/chromium_org/ppapi/tests/
test_file_ref.cc
625
std::string
full_file_path
= test_dir_path + "/" + kTerribleName;
local
626
pp::FileRef file_ref(file_system,
full_file_path
.c_str());
Completed in 152 milliseconds