Home
last modified time | relevance | path

Searched defs:getFileName (Results 1 – 7 of 7) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/
DSourceContext.php50 public function getFileName() function in Google\\Protobuf\\SourceContext
/third_party/node/test/parallel/
Dtest-fs-readv-promises.js15 function getFileName() { function
Dtest-fs-writev-promises.js11 function getFileName() { function
Dtest-fs-writev-sync.js13 const getFileName = (i) => path.join(tmpdir.path, `writev_sync_${i}.txt`); function
Dtest-fs-writev.js13 const getFileName = (i) => path.join(tmpdir.path, `writev_${i}.txt`); function
Dtest-fs-readv.js14 const getFileName = () => path.join(tmpdir.path, `readv_${++cnt}.txt`); function
/third_party/libphonenumber/java/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
DMappingFileProvider.java156 String getFileName(int countryCallingCode, String language, String script, String region) { in getFileName() method in MappingFileProvider