OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:file_path_
(Results
1 - 4
of
4
) sorted by null
/external/libbrillo/brillo/
file_utils_unittest.cc
22
file_path_
= temp_dir_.path().Append("test.temp");
26
base::FilePath
file_path_
;
member in class:brillo::FileUtilsTest
29
// Writes |contents| to |
file_path_
|. Pulled into a separate function just
33
base::WriteFile(
file_path_
, contents.c_str(), contents.length()));
36
// Verifies that the file at |
file_path_
| exists and contains |contents|.
38
EXPECT_TRUE(base::PathExists(
file_path_
));
40
EXPECT_TRUE(base::ReadFileToString(
file_path_
, &new_contents));
44
// Verifies that the file at |
file_path_
| has |permissions|.
47
EXPECT_TRUE(base::GetPosixFilePermissions(
file_path_
, &actual_permissions));
64
EXPECT_TRUE(TouchFile(
file_path_
));
[
all
...]
/art/runtime/base/unix_file/
fd_file.h
76
return
file_path_
;
127
std::string
file_path_
;
member in class:unix_file::FdFile
/system/tools/aidl/
generate_cpp_unittest.cpp
657
:
file_path_
(file_path),
663
io_delegate_.SetFileContents(
file_path_
, file_contents_);
670
file_path_
,
696
const string
file_path_
;
member in class:android::aidl::cpp::ASTTest
/external/google-breakpad/src/client/mac/handler/
dynamic_images.h
60
uint32_t
file_path_
; // char*
member in struct:google_breakpad::dyld_image_info32
66
uint64_t
file_path_
; // char*
member in struct:google_breakpad::dyld_image_info64
125
file_path_
(file_path),
136
string GetFilePath() {return
file_path_
;}
193
string
file_path_
; // path dyld used to load the image
member in class:google_breakpad::DynamicImage
Completed in 1532 milliseconds