Home
last modified time | relevance | path

Searched defs:initial_position (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/components/cronet/android/
H A Dio_buffer_with_byte_buffer.h36 jint initial_position() const { return initial_position_; } in initial_position() function
/aosp_15_r20/system/extras/preopt2cachename/
H A Dpreopt2cachename.cpp70 size_t initial_position = file_location[0] == '/' ? 1 : 0; in SystemBFilenameToCacheFile() local