HomeSort by relevance Sort by last modified time
    Searched full:readfile (Results 276 - 300 of 1197) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/time/
zoneinfo_plan9.go 118 b, err := readFile(name)
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/src/
io.cc 69 bool ReadFile(const std::string& input_file_name,
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RefactoringAssistantTest.java 61 String fileContent = AdtPlugin.readFile(file);
  /device/generic/goldfish/camera/
EmulatedCameraHotplugThread.cpp 191 int newStatus = readFile(filePath);
338 int EmulatedCameraHotplugThread::readFile(const String8& filePath) const {
  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedCameraHotplugThread.cpp 177 int newStatus = readFile(filePath);
314 int EmulatedCameraHotplugThread::readFile(String8 filePath) const {
  /external/abi-compliance-checker/
Makefile.pl 192 my $Content = readFile($ARCHIVE_DIR."/".$TOOL_SNAME.".pl");
273 sub readFile($)
  /external/chromium-trace/catapult/systrace/systrace/tracing_agents/
ftrace_agent.py 23 def readFile(path):
199 d = self._fio.readFile(FT_TRACE)
  /external/doclava/src/com/google/doclava/
SampleTagInfo.java 88 mIncluded = readFile(position, filename, id, trim, true, false, false);
211 static String readFile(SourcePositionInfo pos, String filename, String id, boolean trim,
  /external/google-breakpad/src/processor/
microdump_processor_unittest.cc 62 void ReadFile(const string& file_name, string* file_contents) {
94 ReadFile(microdump_file_path, &microdump_contents);
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ScriptIDModuleWriter.java 36 readFile(ScriptAndLanguages, what);
123 readFile(ScriptAndLanguages, what);
  /external/libmojo/mojo/edk/system/
channel_win.cc 237 Release(); // Balancing reference taken after ReadFile / WriteFile.
287 BOOL ok = ReadFile(handle_.get().handle,
  /external/libmojo/third_party/catapult/devil/devil/android/
flag_changer.py 38 stored_flags = self._device.ReadFile(self._cmdline_file).strip()
125 file_contents = self._device.ReadFile(
  /external/lzma/CPP/7zip/Common/
LimitedStreams.cpp 36 // 9.31: Fixed. Windows doesn't return error in ReadFile and IStream->Read in that case.
283 // 9.31: Fixed. Windows doesn't return error in ReadFile and IStream->Read in that case.
  /prebuilts/go/darwin-x86/src/cmd/internal/buildid/
buildid.go 30 // ReadFile reads the build ID from an archive or executable file.
31 func ReadFile(name string) (id string, err error) {
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
ld.go 48 data, err := ioutil.ReadFile(file)
203 data, err := ioutil.ReadFile(shlib)
  /prebuilts/go/linux-x86/src/cmd/internal/buildid/
buildid.go 30 // ReadFile reads the build ID from an archive or executable file.
31 func ReadFile(name string) (id string, err error) {
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
ld.go 48 data, err := ioutil.ReadFile(file)
203 data, err := ioutil.ReadFile(shlib)
  /system/extras/perfprofd/
perfprofd_cmdline.cc 173 if (!config.readFile()) {
220 config_reader.readFile();
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
BusinessLogicFactory.java 79 String businessLogicString = readFile(f);
222 private static String readFile(File f) throws IOException {
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcMtftp.c 31 EFI_MTFTP6_PROTOCOL.ReadFile() function, and alternatively to intercept
33 EFI_MTFTP6_PROTOCOL.ReadFile(), WriteFile() or ReadDirectory().
302 Status = Mtftp6->ReadFile (Mtftp6, &Token);
477 EFI_MTFTP4_PROTOCOL.ReadFile() function, and alternatively to intercept
479 EFI_MTFTP4_PROTOCOL.ReadFile(), WriteFile() or ReadDirectory().
748 Status = Mtftp4->ReadFile (Mtftp4, &Token);
    [all...]
  /external/mockftpserver/branches/1.x_Branch/src/site/apt/
stubftpserver-getting-started.apt 186 The following <<<RemoteFile>>> class includes a <<<readFile()>>> method that retrieves a remote
195 public String readFile(String filename) throws SocketException, IOException {
238 * Test readFile() method
251 String contents = remoteFile.readFile(FILENAME);
263 * Test the readFile() method when the FTP transfer fails (returns a non-success reply code)
275 remoteFile.readFile(FILENAME);
  /external/v8/tools/mb/
mb.py 234 contents = self.ReadFile(path)
528 mb_type = self.ReadFile(mb_type_path).strip()
542 args_contents = self.ReadFile(gn_args_path)
593 contents = json.loads(self.ReadFile(path))
615 contents = ast.literal_eval(self.ReadFile(self.args.config_file))
713 old_mb_type = self.ReadFile(mb_type_path)
757 contents = self.ReadFile(path)
759 gn_isolate_map = ast.literal_eval(self.ReadFile(self.PathJoin(
833 runtime_deps = self.ReadFile(runtime_deps_path).splitlines()
841 gn_isolate_map = ast.literal_eval(self.ReadFile(self.PathJoin
    [all...]
  /device/google/marlin/usb/
Usb.cpp 47 int32_t readFile(const std::string &filename, std::string *contents) {
216 if ((ret != EOF) && !readFile(filename, &written)) {
252 if (readFile(filename, accessory)) {
297 if (readFile(filename, &roleName)) {
362 if (!readFile(filename, &supportsPD)) {
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Mtftp4.h 190 EFI_MTFTP4_PROTOCOL.ReadFile() function, and alternatively to intercept
192 EFI_MTFTP4_PROTOCOL.ReadFile(), WriteFile() or ReadDirectory().
196 EFI_MTFTP4_PROTOCOL.ReadFile(), WriteFile()
219 EFI_MTFTP4_PROTOCOL.ReadFile() or
520 EFI_MTFTP4_READ_FILE ReadFile;
  /external/mockftpserver/MockFtpServer/src/site/apt/
stubftpserver-getting-started.apt 138 The following <<<RemoteFile>>> class includes a <<<readFile()>>> method that retrieves a remote
147 public String readFile(String filename) throws SocketException, IOException {
202 String contents = remoteFile.readFile(FILENAME);
214 * Test the readFile() method when the FTP transfer fails (returns a non-success reply code)
226 remoteFile.readFile(FILENAME);

Completed in 1536 milliseconds

<<11121314151617181920>>