OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:disk_file
(Results
1 - 13
of
13
) sorted by null
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
importer.h
250
// calling Open(*virtual_file) will open the file named by
disk_file
.
266
DiskFileToVirtualFile(const string&
disk_file
,
271
// Return true and update
disk_file
with the on-disk path if the file exists.
272
// Return false and leave
disk_file
untouched if the file doesn't exist.
273
bool VirtualFileToDiskFile(const string& virtual_file, string*
disk_file
);
289
// Like Open(), but returns the on-disk path in
disk_file
if
disk_file
is
292
string*
disk_file
);
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
importer.h
250
// calling Open(*virtual_file) will open the file named by
disk_file
.
266
DiskFileToVirtualFile(const string&
disk_file
,
271
// Return true and update
disk_file
with the on-disk path if the file exists.
272
// Return false and leave
disk_file
untouched if the file doesn't exist.
273
bool VirtualFileToDiskFile(const string& virtual_file, string*
disk_file
);
289
// Like Open(), but returns the on-disk path in
disk_file
if
disk_file
is
292
string*
disk_file
);
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
importer.h
250
// calling Open(*virtual_file) will open the file named by
disk_file
.
266
DiskFileToVirtualFile(const string&
disk_file
,
271
// Return true and update
disk_file
with the on-disk path if the file exists.
272
// Return false and leave
disk_file
untouched if the file doesn't exist.
273
bool VirtualFileToDiskFile(const string& virtual_file, string*
disk_file
);
289
// Like Open(), but returns the on-disk path in
disk_file
if
disk_file
is
292
string*
disk_file
);
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
importer.h
250
// calling Open(*virtual_file) will open the file named by
disk_file
.
266
DiskFileToVirtualFile(const string&
disk_file
,
271
// Return true and update
disk_file
with the on-disk path if the file exists.
272
// Return false and leave
disk_file
untouched if the file doesn't exist.
273
bool VirtualFileToDiskFile(const string& virtual_file, string*
disk_file
);
289
// Like Open(), but returns the on-disk path in
disk_file
if
disk_file
is
292
string*
disk_file
);
/external/protobuf/src/google/protobuf/compiler/
importer.cc
383
const string&
disk_file
,
387
string canonical_disk_file = CanonicalizePath(
disk_file
);
419
google::protobuf::scoped_ptr<io::ZeroCopyInputStream> stream(OpenDiskFile(
disk_file
));
428
string*
disk_file
) {
430
OpenVirtualFile(virtual_file,
disk_file
));
444
string*
disk_file
) {
461
if (
disk_file
!= NULL) {
462
*
disk_file
= temp_disk_file;
importer.h
269
// calling Open(*virtual_file) will open the file named by
disk_file
.
285
DiskFileToVirtualFile(const string&
disk_file
,
290
// Return true and update
disk_file
with the on-disk path if the file exists.
291
// Return false and leave
disk_file
untouched if the file doesn't exist.
292
bool VirtualFileToDiskFile(const string& virtual_file, string*
disk_file
);
311
// Like Open(), but returns the on-disk path in
disk_file
if
disk_file
is
314
string*
disk_file
);
importer_unittest.cc
501
string
disk_file
;
local
502
EXPECT_TRUE(source_tree_.VirtualFileToDiskFile("bar/foo", &
disk_file
));
503
EXPECT_EQ(dirnames_[0] + "/foo",
disk_file
);
504
EXPECT_TRUE(source_tree_.VirtualFileToDiskFile("bar/quux", &
disk_file
));
505
EXPECT_EQ(dirnames_[1] + "/quux",
disk_file
);
command_line_interface.cc
1523
string
disk_file
;
local
[
all
...]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
importer.h
269
// calling Open(*virtual_file) will open the file named by
disk_file
.
285
DiskFileToVirtualFile(const string&
disk_file
,
290
// Return true and update
disk_file
with the on-disk path if the file exists.
291
// Return false and leave
disk_file
untouched if the file doesn't exist.
292
bool VirtualFileToDiskFile(const string& virtual_file, string*
disk_file
);
311
// Like Open(), but returns the on-disk path in
disk_file
if
disk_file
is
314
string*
disk_file
);
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/CodeWarrior/
Metrowerks_Shell_Suite.py
[
all
...]
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Metrowerks_Shell_Suite.py
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Metrowerks_Shell_Suite.py
[
all
...]
/external/python/cpython2/Modules/
_bsddb.c
[
all
...]
Completed in 625 milliseconds