Home
last modified time | relevance | path

Searched defs:filepath (Results 1 – 13 of 13) sorted by relevance

/packages/apps/TV/tuner/src/com/android/tv/tuner/source/
DFileTsStreamer.java153 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()
/packages/services/Car/tools/
Dupdate-obd2-sensors.py233 def generateJava(filepath): argument
248 def generatePython(filepath): argument
271 def load(filepath): argument
/packages/modules/adb/client/
Dincremental_server.cpp152 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
Dincremental_utils.cpp372 std::vector<int32_t> PriorityBlocksForFile(const std::string& filepath, borrowed_fd fd, in PriorityBlocksForFile()
/packages/modules/SdkExtensions/derive_classpath/
Dderive_classpath.cpp124 bool ReadClasspathFragment(ExportedClasspathsJars* fragment, const std::string& filepath) { in ReadClasspathFragment()
/packages/modules/adb/
Dadb_utils_test.cpp130 const std::string filepath = basepath + "/file"; local
/packages/apps/TV/tuner/proto/
Dchannel.proto33 optional string filepath = 6; field
/packages/services/Car/cpp/watchdog/server/tests/
DIoOveruseConfigsTest.cpp246 [&](const char* filepath) -> android::base::Result<ResourceOveruseConfiguration> { in IoOveruseConfigsPeer()
255 const char* filepath) -> android::base::Result<void> { in IoOveruseConfigsPeer()
268 [[maybe_unused]] const char* filepath) -> android::base::Result<void> { in injectErrorOnWriteXmlFile()
/packages/services/Car/cpp/bugreport/
Dmain.cpp128 for (const auto& filepath : extra_files) { in zipFilesToFd() local
/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexManager.java759 final String filepath = mContext.getResources().getString( in readTableFromXml() local
/packages/apps/Gallery/src/com/android/camera/
DImageManager.java249 public static int getExifOrientation(String filepath) { in getExifOrientation()
/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
DTunerChannel.java395 public synchronized void setFilepath(String filepath) { in setFilepath()
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DPanoramaActivity.java954 String filepath = Storage.generateFilepath(filename); in savePanorama() local