/aosp12/system/extras/simpleperf/ |
H A D | read_apk.h | 36 EmbeddedElf(const std::string& filepath, const std::string& entry_name, uint64_t entry_offset, in EmbeddedElf() 44 const std::string& filepath() const { return filepath_; } in filepath() function
|
H A D | environment.h | 49 std::string filepath; member
|
H A D | event_type.cpp | 375 bool EventTypeManager::ReadTracepointsFromFile(const std::string& filepath) { in ReadTracepointsFromFile() 387 bool EventTypeManager::WriteTracepointsToFile(const std::string& filepath) { in WriteTracepointsToFile()
|
/aosp12/system/update_engine/scripts/ |
H A D | cow_converter.py | 27 def IsSparseImage(filepath): argument
|
H A D | simulate_ota.py | 44 def is_sparse_image(filepath): argument
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/source/ |
H A D | FileTsStreamer.java | 153 String filepath = new File(FILE_DIR, channel.filename).getAbsolutePath(); in startStream() local 254 private StreamProvider(String filepath) { in StreamProvider() 259 private void open(String filepath) { in open()
|
/aosp12/hardware/interfaces/automotive/can/1.0/tools/configurator/ |
H A D | canhalconfigurator.cpp | 70 static bool configuratorStart(const std::string& filepath) { in configuratorStart()
|
H A D | canprototools.cpp | 45 std::optional<CanBusConfig> parseConfigFile(const std::string& filepath) { in parseConfigFile()
|
/aosp12/packages/services/Car/tools/ |
H A D | update-obd2-sensors.py | 233 def generateJava(filepath): argument 248 def generatePython(filepath): argument 271 def load(filepath): argument
|
/aosp12/packages/modules/adb/client/ |
H A D | incremental_server.cpp | 152 File(const char* filepath, FileId id, int64_t size, unique_fd fd, int64_t tree_offset, in File() 181 const char* const filepath; member in incremental::File 186 File(const char* filepath, FileId id, int64_t size, int64_t tree_offset) in File() 658 static std::pair<unique_fd, int64_t> open_fd(const char* filepath) { in open_fd() 672 static std::pair<unique_fd, int64_t> open_signature(int64_t file_size, const char* filepath) { in open_signature() 706 auto filepath = argv[i]; in serve() local
|
/aosp12/hardware/google/camera/common/profiler/ |
H A D | profiler.cc | 212 void ProfilerImpl::DumpResult(const std::string& filepath) { in DumpResult() 417 void ProfilerImpl::DumpTxt(std::string_view filepath) { in DumpTxt() 469 void ProfilerImpl::DumpPb(std::string_view filepath) { in DumpPb() 564 void DumpResult(const std::string& filepath) override { in DumpResult()
|
/aosp12/hardware/interfaces/usb/gadget/1.1/default/lib/ |
H A D | UsbGadgetUtils.cpp | 29 char filepath[kMaxFilePathLength]; in unlinkFunctions() local
|
/aosp12/hardware/interfaces/usb/gadget/1.2/default/lib/ |
H A D | UsbGadgetUtils.cpp | 29 char filepath[kMaxFilePathLength]; in unlinkFunctions() local
|
/aosp12/hardware/google/pixel/usb/ |
H A D | UsbGadgetUtils.cpp | 30 char filepath[kMaxFilePathLength]; in unlinkFunctions() local
|
/aosp12/packages/modules/SdkExtensions/derive_classpath/ |
H A D | derive_classpath.cpp | 124 bool ReadClasspathFragment(ExportedClasspathsJars* fragment, const std::string& filepath) { in ReadClasspathFragment()
|
/aosp12/system/linkerconfig/modules/ |
H A D | apex.cc | 51 Result<std::set<std::string>> ReadPublicLibraries(const std::string& filepath) { in ReadPublicLibraries()
|
/aosp12/system/core/healthd/ |
H A D | charger_test.cpp | 109 ::android::hardware::hidl_handle createHidlHandle(const char* filepath) { in createHidlHandle()
|
/aosp12/system/nfc/src/adaptation/ |
H A D | debug_nfcsnoop.cc | 216 bool storeNfcSnoopLogs(std::string filepath, off_t maxFileSize) { in storeNfcSnoopLogs()
|
/aosp12/packages/modules/adb/ |
H A D | adb_utils_test.cpp | 130 const std::string filepath = basepath + "/file"; local
|
/aosp12/packages/apps/TV/tuner/proto/ |
H A D | channel.proto | 33 optional string filepath = 6; field
|
/aosp12/hardware/knowles/athletico/sound_trigger_hal/tests/ |
H A D | tunnel_test.c | 94 char filepath[MAX_FILE_PATH]; local
|
/aosp12/packages/services/Car/cpp/watchdog/server/tests/ |
H A D | IoOveruseConfigsTest.cpp | 236 [&](const char* filepath) -> android::base::Result<ResourceOveruseConfiguration> { in IoOveruseConfigsPeer() 245 const char* filepath) -> android::base::Result<void> { in IoOveruseConfigsPeer() 258 [[maybe_unused]] const char* filepath) -> android::base::Result<void> { in injectErrorOnWriteXmlFile()
|
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | BitmapDrawable.java | 158 public BitmapDrawable(String filepath) { in BitmapDrawable() 166 public BitmapDrawable(Resources res, String filepath) { in BitmapDrawable()
|
/aosp12/build/make/tools/releasetools/ |
H A D | ota_from_target_files | 997 def IsSparseImage(filepath): argument
|
H A D | ota_from_target_files.py | 997 def IsSparseImage(filepath): argument
|