Searched defs:path_ (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/androidfw/include/androidfw/
H A DApkAssets.h72 return path_;
96 const std::string path_; member in class:android::ApkAssets
/frameworks/native/services/vr/performanced/
H A Dcpu_set.h27 std::string path() const { return path_; }
52 std::string path_; member in class:android::dvr::CpuSet
/frameworks/base/libs/androidfw/
H A DApkAssets.cpp43 : zip_handle_(unmanaged_handle, ::CloseArchive), path_(path) {
172 if (!map->create(path_.c_str(), ::GetFileDescriptor(zip_handle_.get()), entry.offset,
174 LOG(ERROR) << "Failed to mmap file '" << path << "' in APK '" << path_ << "'"; local
187 if (!map->create(path_.c_str(), ::GetFileDescriptor(zip_handle_.get()), entry.offset,
189 LOG(ERROR) << "Failed to mmap file '" << path << "' in APK '" << path_ << "'"; local
195 LOG(ERROR) << "Failed to mmap file '" << path << "' in APK '" << path_ << "'"; local
/frameworks/native/cmds/dumpstate/
H A Ddumpstate.h141 const std::string& path_; member in class:Progress
351 std::string path_; member in class:Dumpstate
/frameworks/native/cmds/dumpstate/tests/
H A Ddumpstate_test.cpp866 ReadFileToString(path_, &out);
870 path_ = kTestDataPath + name;
871 MYLOGD("Creating fd for file %s\n", path_.c_str());
873 fd = TEMP_FAILURE_RETRY(open(path_.c_str(),
876 ASSERT_GE(fd, 0) << "could not create FD for path " << path_;
916 std::string path_; member in class:android::os::dumpstate::DumpstateUtilTest
/frameworks/native/vulkan/libvulkan/
H A Dlayers_extensions.cpp73 : path_(path),
79 : path_(std::move(other.path_)),
104 const std::string path_; member in class:vulkan::api::__anon1929::LayerLibrary
117 ALOGV("opening layer library '%s'", path_.c_str());
125 !android::base::StartsWith(path_, kSystemLayerLibraryDir)) {
129 dlhandle_ = android_dlopen_ext(path_.c_str(), RTLD_NOW | RTLD_LOCAL,
132 dlhandle_ = dlopen(path_.c_str(), RTLD_NOW | RTLD_LOCAL);
135 ALOGE("failed to load layer library '%s': %s", path_.c_str(),
147 ALOGV("closing layer library '%s'", path_
[all...]
/frameworks/native/cmds/installd/
H A Dutils.cpp806 std::string path_ = path; local

Completed in 205 milliseconds