Home
last modified time | relevance | path

Searched defs:CreateFile (Results 1 – 25 of 39) sorted by relevance

12

/aosp_15_r20/art/tools/common/
H A Dcommon.py231 def CreateFile(self, name=None): member in ITestEnv
323 def CreateFile(self, name=None): member in HostTestEnv
404 def CreateFile(self, name=None): member in DeviceTestEnv
/aosp_15_r20/external/chromium-trace/catapult/third_party/pyserial/serial/
H A Dwin32.py47 CreateFile = CreateFileA variable
56 CreateFile = CreateFileW # alias variable
/aosp_15_r20/external/python/pyserial/serial/
Dwin32.py60 CreateFile = CreateFileA variable
69 CreateFile = CreateFileW # alias variable
/aosp_15_r20/tools/acloud/internal/lib/
H A Ddriver_test_lib.py54 def CreateFile(path, data=b""): member in BaseDriverTest
/aosp_15_r20/external/libbrillo/policy/tests/
H A Dresilient_policy_util_test.cc20 void CreateFile(const base::FilePath& file_path) { in CreateFile() function
/aosp_15_r20/external/executorch/extension/testing_util/
H A Dtemp_file.h63 void CreateFile(const void* data, size_t size, std::string* out_path) { in CreateFile() function
/aosp_15_r20/external/googleapis/google/ai/generativelanguage/v1beta/
H A Dfile_service.proto36 rpc CreateFile(CreateFileRequest) returns (CreateFileResponse) { rpc
/aosp_15_r20/external/cpu_features/test/
H A Dfilesystem_for_testing.cc53 FakeFile* FakeFilesystem::CreateFile(const std::string& filename, in CreateFile() function in cpu_features::FakeFilesystem
/aosp_15_r20/external/cronet/third_party/cpu_features/src/test/
H A Dfilesystem_for_testing.cc53 FakeFile* FakeFilesystem::CreateFile(const std::string& filename, in CreateFile() function in cpu_features::FakeFilesystem
/aosp_15_r20/art/libarttools/
H A Dtools_test.cc43 void CreateFile(const std::string& filename, const std::string& content = "") { in CreateFile() function
/aosp_15_r20/external/cronet/testing/flake_suppressor_common/
H A Dunittest_utils.py43 def CreateFile(test: fake_filesystem_unittest.TestCase, *args, function
/aosp_15_r20/external/cronet/testing/unexpected_passes_common/
H A Dbuilders_unittest.py28 def CreateFile(self, *args, **kwargs): member in FakeFilesystemTestCaseWithFileCreation
H A Dexpectations_unittest.py2464 def CreateFile(self, *args, **kwargs) -> None: member in FindOrphanedBugsUnittest
/aosp_15_r20/art/odrefresh/
H A Dodr_fs_utils_test.cc39 static bool CreateFile(const char* file_path, size_t bytes) { in CreateFile() function
/aosp_15_r20/external/rust/android-crates-io/crates/fs-err/src/
Derrors.rs9 CreateFile, enumerator
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dfileapi.h31 #define CreateFile __MINGW_NAME_AW(CreateFile) macro
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DPanelOperations.cpp426 void CPanel::CreateFile() in CreateFile() function in CPanel
H A DApp.h148 void CreateFile() { GetFocusedPanel().CreateFile(); } in CreateFile() function
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/
H A DShell.h1232 EFI_SHELL_CREATE_FILE CreateFile; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/
H A DShell.h1238 EFI_SHELL_CREATE_FILE CreateFile; member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/
H A DShell.h1231 EFI_SHELL_CREATE_FILE CreateFile; member
/aosp_15_r20/system/vold/
H A DBenchmarkGen.h4048 static status_t CreateFile(const char* name, int len) { in CreateFile() function
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/
H A DShell.h1232 EFI_SHELL_CREATE_FILE CreateFile; member
/aosp_15_r20/external/cronet/base/win/
H A Dwindows_types.h355 #define CreateFile CreateFileW macro
/aosp_15_r20/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/protocol/
H A Dtsprotocol.go3067 type CreateFile struct { struct
3072 Kind string `json:"kind"` // 'create'
3077 URI DocumentURI `json:"uri"`
3082 Options *CreateFileOptions `json:"options,omitempty"`

12