| /build/soong/cmd/pom2mk/ |
| pom2mk.go | 265 data, err := ioutil.ReadFile(filename) 291 buf, err := ioutil.ReadFile(filename)
|
| /device/google/contexthub/util/nanoapp_sign/ |
| nanoapp_sign.c | 503 if (!readFile(rsa.exponent, sizeof(rsa.exponent), keyPvtFile)) 512 if (!readFile(rsa.modulus, sizeof(rsa.modulus), keyPubFile))
|
| /external/deqp/execserver/ |
| xsWin32TestProcess.cpp | 243 if (!ReadFile(m_handle, &tmpBuf[0], (DWORD)tmpBuf.size(), NULL, &overlapped)) 262 throw Error(err, "ReadFile() failed");
|
| /external/jdiff/src/jdiff/ |
| XMLToAPI.java | 42 public static API readFile(String filename, boolean createGlobalComments, 92 } //readFile()
|
| /external/jsilver/src/org/clearsilver/jni/ |
| JniHdf.java | 100 public boolean readFile(String filename) throws IOException { 142 /** Serializes HDF contents to a file (readable by readFile)
|
| /external/libtextclassifier/datetime/ |
| parser_test.cc | 40 std::string ReadFile(const std::string& file_name) { 57 model_buffer_ = ReadFile(GetModelPath() + "test_model.fb");
|
| /external/v8/src/ |
| d8.h | 142 Local<String> ReadFile(Isolate* isolate, const char* name); 352 static Local<String> ReadFile(Isolate* isolate, const char* name);
|
| /external/webrtc/webrtc/base/ |
| testutils.h | 425 inline bool ReadFile(const char* filename, std::string* contents) { 514 if (!ReadFile(filename, &contents)) {
|
| /external/wpa_supplicant_8/src/common/ |
| wpa_ctrl.c | 735 if (!ReadFile(ctrl->pipe, reply, *reply_len, &readlen, NULL)) 746 if (!ReadFile(ctrl->pipe, reply, *reply_len, &len, NULL))
|
| /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/ |
| endtoend_test.go | 53 data, err := ioutil.ReadFile(input) 317 data, err := ioutil.ReadFile(input)
|
| /prebuilts/go/darwin-x86/src/cmd/dist/ |
| build.go | 322 b := chomp(readfile(path)) 358 return chomp(readfile(path)) 906 for _, p := range strings.Split(readfile(file), "\n") { 949 writefile(readfile(src), dst, flag) 956 bdst := bytes.NewBufferString(readfile(src)) 958 b := readfile(file) [all...] |
| /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/ |
| endtoend_test.go | 53 data, err := ioutil.ReadFile(input) 317 data, err := ioutil.ReadFile(input)
|
| /prebuilts/go/linux-x86/src/cmd/dist/ |
| build.go | 322 b := chomp(readfile(path)) 358 return chomp(readfile(path)) 906 for _, p := range strings.Split(readfile(file), "\n") { 949 writefile(readfile(src), dst, flag) 956 bdst := bytes.NewBufferString(readfile(src)) 958 b := readfile(file) [all...] |
| /prebuilts/ndk/r16/sources/android/ndk_helper/ |
| JNIHelper.cpp | 105 //readFile 107 bool JNIHelper::ReadFile( const char* fileName,
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
| AdtProjectTest.java | 246 String currentContents = AdtPlugin.readFile(file); 335 String fileContent = AdtPlugin.readFile(file);
|
| /bionic/libc/kernel/tools/ |
| clean_header.py | 190 b.readFile(path)
|
| /build/soong/android/ |
| androidmk.go | 122 if data, err := ioutil.ReadFile(mkFile); err == nil {
|
| makevars.go | 140 if data, err := ioutil.ReadFile(outFile); err == nil {
|
| /cts/tools/cfassembler/src/dxconvext/ |
| ClassFileAssembler.java | 77 byte[] cfhbytes = FileUtils.readFile(cfhF);
|
| /dalvik/dx/src/com/android/dx/cf/direct/ |
| ClassPathOpener.java | 168 byte[] bytes = FileUtils.readFile(file);
|
| /development/apps/OBJViewer/com/android/objviewer/ |
| OBJViewer.java | 314 public InputStream readFile(String filename)
|
| /device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/ |
| BdsFilePath.c | 646 //Note: ReadSection at the opposite of ReadFile does not allow to pass ImageBuffer == NULL to get the size of the file.
681 Status = FwVol->ReadFile (
697 Status = FwVol->ReadFile (
[all...] |
| /device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
| start.asm | 95 call ReadFile
110 call ReadFile
124 ; ReadFile
134 ReadFile:
[all...] |
| start16.asm | 95 call ReadFile
110 call ReadFile
124 ; ReadFile
134 ReadFile:
[all...] |
| start32.asm | 110 call ReadFile
125 call ReadFile
139 ; ReadFile
149 ReadFile:
[all...] |