Home
last modified time | relevance | path

Searched defs:path (Results 1 – 25 of 187) sorted by relevance

12345678

/device/generic/vulkan-cereal/base/msvc-posix-compat/include/
Dmsvc-files.h5 #define fopen(path, mode) android_fopen( (path), (mode) ) argument
6 #define popen(path, mode) android_popen( (path), (mode) ) argument
7 #define stat(path, buf) android_stat( (path), (buf)) argument
8 #define lstat(path, buf) android_lstat ( (path), (buf) ) argument
9 #define access(path, mode) android_access( (path), (mode)) argument
10 #define mkdir(path, mode) android_mkdir( (path), (mode)) argument
11 #define mkdir(path) android_mkdir( (path), 0755) argument
12 #define creat(path, mode) android_creat( (path), (mode)) argument
13 #define unlink(path) android_unlink((path)) argument
14 #define chmod(path, mode) android_chmod( (path), (mode)) argument
[all …]
/device/generic/vulkan-cereal/base/testing/
Dfile_io.cpp50 FILE* android_fopen(const char* path, const char* mode) { in android_fopen()
70 FILE* android_popen(const char* path, const char* mode) { in android_popen()
81 int android_open_without_mode(const char* path, int flags) { in android_open_without_mode()
87 int android_open_with_mode(const char* path, int flags, mode_t mode) { in android_open_with_mode()
94 int android_stat(const char* path, struct _stati64* buf) { in android_stat()
98 int android_stat(const char* path, struct stat* buf) { in android_stat()
104 int android_lstat(const char* path, struct stat* buf) { in android_lstat()
109 int android_access(const char* path, int mode) { in android_access()
116 int android_mkdir(const char* path, mode_t) { in android_mkdir()
120 int android_mkdir(const char* path, mode_t mode) { in android_mkdir()
[all …]
DTestTempDir.h126 const char* path() const { return mPath.size() ? mPath.c_str() : NULL; } in path() function
147 std::string path = makeSubPath(subdir); in makeSubDir() local
157 std::string path = makeSubPath(file); in makeSubFile() local
170 void DeleteRecursive(const std::string& path) { in DeleteRecursive()
211 char* mkdtemp(char* path) { in mkdtemp()
/device/google/cuttlefish/common/libs/utils/
Dfiles.cpp52 bool FileExists(const std::string& path, bool follow_symlinks) { in FileExists()
57 bool FileHasContent(const std::string& path) { in FileHasContent()
61 std::vector<std::string> DirectoryContents(const std::string& path) { in DirectoryContents()
74 bool DirectoryExists(const std::string& path, bool follow_symlinks) { in DirectoryExists()
97 bool IsDirectoryEmpty(const std::string& path) { in IsDirectoryEmpty()
118 bool RecursivelyRemoveDirectory(const std::string& path) { in RecursivelyRemoveDirectory()
152 std::string AbsolutePath(const std::string& path) { in AbsolutePath()
173 off_t FileSize(const std::string& path) { in FileSize()
181 bool MakeFileExecutable(const std::string& path) { in MakeFileExecutable()
187 std::chrono::system_clock::time_point FileModificationTime(const std::string& path) { in FileModificationTime()
[all …]
/device/generic/vulkan-cereal/base/
DPathUtils.h106 static std::string removeTrailingDirSeparator(const char* path) { in removeTrailingDirSeparator()
117 static std::string addTrailingDirSeparator(const std::string& path) { in addTrailingDirSeparator()
133 static size_t rootPrefixSize(const char* path) { in rootPrefixSize()
141 static bool isAbsolute(const char* path) { in isAbsolute()
166 static bool split(const char* path, in split()
214 static std::vector<std::string> decompose(std::string&& path) { in decompose()
218 static std::vector<std::string> decompose(const std::string& path) { in decompose()
261 static std::string relativeTo(const char* base, const char* path) { in relativeTo()
279 static Win32UnicodeString asUnicodePath(const char* path) { return Win32UnicodeString(path); } in asUnicodePath()
281 static std::string asUnicodePath(const char* path) { return path; } in asUnicodePath()
DPathUtils.cpp60 size_t PathUtils::rootPrefixSize(const std::string& path, HostType hostType) { in rootPrefixSize()
90 bool PathUtils::isAbsolute(const char* path, HostType hostType) { in isAbsolute()
102 std::string PathUtils::removeTrailingDirSeparator(const char* path, in removeTrailingDirSeparator()
113 std::string PathUtils::addTrailingDirSeparator(const char* path, in addTrailingDirSeparator()
123 bool PathUtils::split(const char* path, in split()
194 std::vector<String> PathUtils::decompose(const String& path, in decompose()
221 std::vector<std::string> PathUtils::decompose(std::string&& path, in decompose()
226 std::vector<std::string> PathUtils::decompose(const std::string& path, in decompose()
309 Win32UnicodeString win32Path(const char* path) { in win32Path()
345 bool pathExists(const char* path) { in pathExists()
[all …]
DSharedLibrary.cpp41 void addPath(const char* path) { in addPath()
46 for (const auto& path: mPaths) { in forEachPath() local
101 sSearchPaths()->forEachPath([&lib, libraryName](const std::string& path) { in do_open()
189 char* path = NULL; in do_open() local
224 sSearchPaths()->forEachPath([&lib, libraryName, libPath](const std::string& path) { in do_open()
248 sSearchPaths()->forEachPath([&lib, libPath, libraryName](const std::string& path) { in do_open()
289 void SharedLibrary::addLibrarySearchPath(const char* path) { in addLibrarySearchPath()
/device/google/contexthub/firmware/os/core/
Dsyscall.c33 bool syscallAddTable(uint32_t path, uint32_t level, struct SyscallTable *table) in syscallAddTable()
57 static SyscallFunc* syscallFindHandlerLoc(uint32_t path) in syscallFindHandlerLoc()
79 bool syscallAddFunc(uint32_t path, SyscallFunc func) in syscallAddFunc()
90 SyscallFunc syscallGetHandler(uint32_t path) in syscallGetHandler()
/device/generic/vulkan-cereal/stream-servers/vulkan/
DVulkanDispatch.cpp28 static void setIcdPath(const std::string& path) { in setIcdPath()
112 auto path = android::base::getEnvironmentVariable("ANDROID_EMU_VK_LOADER_PATH"); in getLoaderPath() local
118 auto path = pj({directory, "testlib64", VULKAN_LOADER_FILENAME}); in getLoaderPath() local
135 auto path = android::base::getEnvironmentVariable("ANDROID_EMU_VK_LOADER_PATH"); in getMoltenVkPath() local
144 auto path = pj({directory, "lib64", "vulkan", "libMoltenVK.dylib"}); in getMoltenVkPath() local
158 bool addLibrary(const std::string& path) { in addLibrary()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dclean.cc35 Result<void> CleanPriorFiles(const std::string& path, in CleanPriorFiles()
84 for (auto path : paths) { in CleanPriorFiles() local
98 for (const auto& path : paths) { in CleanPriorFiles() local
/device/generic/vulkan-cereal/third-party/angle/src/common/
Dgen_packed_gl_enums.py32 def load_enums(path): argument
53 def generate_include_guard(path): argument
57 def header_name_from_cpp_name(path): argument
/device/google/cuttlefish/host/libs/websocket/
Dwebsocket_server.cpp33 std::string path(len + 1, '\0'); in GetPath() local
147 auto& path = handler_entry.first; in InitializeLwsObjects() local
226 const std::string& path, in RegisterHandlerFactory()
232 const std::string& path, in RegisterDynHandlerFactory()
282 std::string path(path_raw, path_len); in DynServerCallback() local
370 auto path = GetPath(wsi); in ServerCallback() local
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/
Dangle_format.py30 def load_json(path): argument
35 def load_forward_table(path): argument
41 def load_inverse_table(path): argument
/device/generic/vulkan-cereal/host-common/opengl/
DEmuglBackendScanner_unittest.cpp36 static void make_dir(const std::string& path) { in make_dir()
40 static void make_subdir(const std::string& path, const char* subdir) { in make_subdir()
48 std::string path = dir; in make_subfile() local
/device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/ext/base/
Dtemp_file.h38 const std::string& path() const { return path_; } in path() function
67 const std::string& path() const { return path_; } in path() function
/device/google/cuttlefish/host/libs/config/
Dhost_tools_version.cpp32 uint32_t FileCrc(const std::string& path) { in FileCrc()
43 static std::map<std::string, uint32_t> DirectoryCrc(const std::string& path) { in DirectoryCrc()
Ddata_image.cpp195 std::string GetFsType(const std::string& path) { in GetFsType()
225 INJECT(FixedDataImagePath(ANNOTATED(DataImageTag, std::string) path)) in INJECT()
235 const std::string* path) { in FixedDataImagePathComponent()
346 INJECT(FixedMiscImagePath(ANNOTATED(MiscImageTag, std::string) path)) in INJECT()
389 const std::string* path) { in FixedMiscImagePathComponent()
/device/google/contexthub/util/common/
Dfile.cpp30 File::File(const char *path, const char *mode) in File()
44 status_t File::setTo(const char *path, const char *mode) { in setTo()
/device/linaro/dragonboard/qcom/tqftpserv/
Dtranslate.c74 char path[PATH_MAX]; in translate_readonly() local
180 int translate_open(const char *path, int flags) in translate_open()
/device/google/cuttlefish/host/commands/host_bugreport/
Dmain.cc62 auto save = [&writer, config](const std::string& path) { in CvdHostBugreportMain()
69 auto save = [&writer, instance](const std::string& path) { in CvdHostBugreportMain()
/device/generic/vulkan-cereal/third-party/angle/scripts/
Dgenerate_loader.py23 path, argument
62 def write_source(data_source_name, all_cmds, api, path, ns="", prefix=None, export=""): argument
Dentry_point_packed_gl_enums.json234 "path": "PathID" string
240 "path": "PathID" string
606 "path": "PathID" string
609 "path": "PathID" string
612 "path": "PathID" string
615 "path": "PathID" string
621 "path": "PathID" string
624 "path": "PathID" string
946 "path": "PathID" string
949 "path": "PathID" string
[all …]
/device/generic/goldfish-opengl/system/hwc3/
DDevice.cpp46 const std::string path = getPmemPath(); in loadPersistentKeyValues() local
75 const std::string path = getPmemPath(); in savePersistentKeyValues() local
/device/generic/vulkan-cereal/fake-android-guest/libvulkan/
Dlayers_extensions.cpp74 explicit LayerLibrary(const std::string& path, in LayerLibrary()
316 void AddLayerLibrary(const std::string& path, const std::string& filename) { in AddLayerLibrary()
351 void ForEachFileInPath(const std::string& path, Functor functor) { in ForEachFileInPath()
358 void DiscoverLayersInPathList(const std::string& path) { in DiscoverLayersInPathList()
/device/google/sunfish/vibrator/common/
DHardwareBase.cpp48 auto &path = entry.first; in debug() local
95 std::string path; in debug() local

12345678