OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:virtual_file
(Results
1 - 4
of
4
) sorted by null
/external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc
477
string
virtual_file
;
local
482
"/foo", &
virtual_file
, &shadowing_disk_file));
486
dirnames_[1] + "/foo", &
virtual_file
, &shadowing_disk_file));
487
EXPECT_EQ("bar/foo",
virtual_file
);
492
dirnames_[1] + "/baz", &
virtual_file
, &shadowing_disk_file));
493
EXPECT_EQ("bar/baz",
virtual_file
);
497
dirnames_[0] + "/foo", &
virtual_file
, &shadowing_disk_file));
498
EXPECT_EQ("bar/foo",
virtual_file
);
511
string
virtual_file
;
local
517
"../../baz", &
virtual_file
, &shadowing_disk_file))
[
all
...]
importer.h
249
// * SUCCESS: The mapping was found. *
virtual_file
is filled in so that
250
// calling Open(*
virtual_file
) will open the file named by disk_file.
254
// and maps it to a different file that exists on disk. *
virtual_file
257
// you were to call Open(*
virtual_file
).
260
// errno will indicate the reason the file cannot be opened. *
virtual_file
267
string*
virtual_file
,
273
bool VirtualFileToDiskFile(const string&
virtual_file
, string* disk_file);
290
io::ZeroCopyInputStream* OpenVirtualFile(const string&
virtual_file
,
importer.cc
348
string*
virtual_file
,
356
mappings_[i].virtual_path,
virtual_file
)) {
370
if (ApplyMapping(*
virtual_file
, mappings_[i].virtual_path,
391
bool DiskSourceTree::VirtualFileToDiskFile(const string&
virtual_file
,
393
scoped_ptr<io::ZeroCopyInputStream> stream(OpenVirtualFile(
virtual_file
,
403
const string&
virtual_file
,
405
if (
virtual_file
!= CanonicalizePath(
virtual_file
) ||
406
ContainsParentReference(
virtual_file
)) {
415
if (ApplyMapping(
virtual_file
, mappings_[i].virtual_path
[
all
...]
command_line_interface.cc
704
string
virtual_file
, shadowing_disk_file;
local
706
input_files_[i], &
virtual_file
, &shadowing_disk_file)) {
708
input_files_[i] =
virtual_file
;
[
all
...]
Completed in 60 milliseconds