OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:virtual_path
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/extensions/
extension_file_browser_private_api.h
55
FilePath
virtual_path
;
member in struct:ExecuteTasksFileBrowserFunction::FileDefinition
extension_file_browser_private_api.cc
481
&file.
virtual_path
, &file.is_directory)) {
522
FilePath
virtual_path
;
local
525
&
virtual_path
)) {
536
virtual_path
)) {
550
virtual_path
,
552
FilePath final_file_path = root_path.Append(
virtual_path
);
608
virtual_path
);
615
*target_file_url = GURL(base_url.spec() +
virtual_path
.value());
617
*file_path = root.Append(
virtual_path
);
747
file_def->SetString("fileFullPath", iter->
virtual_path
.value())
847
FilePath
virtual_path
;
local
939
std::string
virtual_path
;
local
984
std::string
virtual_path
;
local
[
all
...]
/external/protobuf/src/google/protobuf/compiler/
importer.h
222
// to the root of the source tree, pass an empty string for
virtual_path
.
235
void MapPath(const string&
virtual_path
, const string& disk_path);
280
string
virtual_path
;
member in struct:google::protobuf::compiler::DiskSourceTree::Mapping
283
inline Mapping(const string&
virtual_path
, const string& disk_path)
284
:
virtual_path
(
virtual_path
), disk_path(disk_path) {}
command_line_interface.cc
872
string
virtual_path
;
local
877
virtual_path
= "";
880
virtual_path
= parts[i].substr(0, equals_pos);
895
proto_path_.push_back(make_pair(
virtual_path
, disk_path));
[
all
...]
Completed in 238 milliseconds