Searched refs:OpenFile (Results 1 – 2 of 2) sorted by relevance
/frameworks/libs/binary_translation/tiny_loader/ |
D | tiny_loader.cc | 146 std::tuple<bool, int, size_t> OpenFile(const char* path); 630 std::tuple<bool, int, size_t> TinyElfLoader::OpenFile(const char* path) { in OpenFile() function in __anonb491baf70111::TinyElfLoader 649 auto [is_opened, fd, file_size] = OpenFile(path); in CalculateLoadSize() 687 auto [is_opened, fd, file_size] = OpenFile(path); in LoadFromFile()
|
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | gen_vulkan.go | 128 out_file, err := os.OpenFile(output_file_name, os.O_APPEND|os.O_CREATE|os.O_WRONLY, 0644) 305 out_file, err := os.OpenFile(output_file_name, os.O_APPEND|os.O_CREATE|os.O_WRONLY, 0644)
|