HomeSort by relevance Sort by last modified time
    Searched refs:file_path_ (Results 1 - 8 of 8) sorted by null

  /external/libbrillo/brillo/
file_utils_unittest.cc 22 file_path_ = temp_dir_.GetPath().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/libartbase/base/unix_file/
fd_file.cc 54 fd_(fd), file_path_(path), auto_close_(true), read_only_mode_(read_only_mode) {
68 LOG(ERROR) << "File " << file_path_ << " wasn't explicitly flushed before destruction.";
71 LOG(ERROR) << "File " << file_path_ << " wasn't explicitly closed before destruction.";
77 PLOG(WARNING) << "Failed to close file with fd=" << fd_ << " path=" << file_path_; local
93 file_path_ = std::move(other.file_path_);
144 file_path_ = path;
161 DCHECK_GE(guard_state_, GuardState::kFlushed) << "File " << file_path_
176 file_path_ = "";
357 if (file_path_.empty())
    [all...]
fd_file.h 52 file_path_(std::move(other.file_path_)),
122 return file_path_;
184 std::string file_path_; member in class:unix_file::FdFile
  /art/runtime/
elf_file.cc 296 file_path_.c_str());
590 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type;
610 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type;
628 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type;
686 CHECK_LT(i, GetProgramHeaderNum()) << file_path_; // Sanity check for caller.
714 CHECK(!program_header_only_) << file_path_;
729 CHECK(!program_header_only_) << file_path_;
815 << file_path_ << " " << section_header.sh_type;
816 CHECK_NE(0U, section_header.sh_entsize) << file_path_;
832 CHECK(IsSymbolSectionType(section_type)) << file_path_ << " " << section_type
    [all...]
elf_file_impl.h 61 return file_path_;
190 const std::string file_path_; member in class:art::ElfFileImpl
  /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
dynamic_images.cc 481 if (info.file_path_) {
485 file_path = ReadTaskString(images.task_, info.file_path_);
  /system/tools/aidl/
generate_cpp_unittest.cpp 1324 const string file_path_; member in class:android::aidl::cpp::ASTTest
    [all...]

Completed in 123 milliseconds