Home
last modified time | relevance | path

Searched refs:checkPath (Results 1 – 13 of 13) sorted by relevance

/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DJimfsFileSystemProvider.java93 JimfsPath checkedPath = checkPath(path); in newFileSystem()
118 return (JimfsFileSystem) checkPath(path).getFileSystem(); in getFileSystem()
127 private static JimfsPath checkPath(Path path) { in checkPath() method in JimfsFileSystemProvider
143 JimfsPath checkedPath = checkPath(path); in newFileChannel()
162 JimfsPath checkedPath = checkPath(path); in newByteChannel()
187 JimfsPath checkedPath = checkPath(path); in newInputStream()
198 JimfsPath checkedPath = checkPath(path); in newOutputStream()
208 JimfsPath checkedPath = checkPath(dir); in newDirectoryStream()
215 JimfsPath checkedPath = checkPath(dir); in createDirectory()
222 JimfsPath linkPath = checkPath(link); in createLink()
[all …]
DJimfsSecureDirectoryStream.java130 JimfsPath checkedPath = checkPath(path); in newDirectoryStream()
146 JimfsPath checkedPath = checkPath(path); in newByteChannel()
155 JimfsPath checkedPath = checkPath(path); in deleteFile()
162 JimfsPath checkedPath = checkPath(path); in deleteDirectory()
170 JimfsPath checkedSrcPath = checkPath(srcPath); in move()
171 JimfsPath checkedTargetPath = checkPath(targetPath); in move()
197 final JimfsPath checkedPath = checkPath(path); in getFileAttributeView()
210 private static JimfsPath checkPath(Path path) {
DJimfsPath.java169 JimfsPath otherPath = checkPath(other); in startsWith()
183 JimfsPath otherPath = checkPath(other); in endsWith()
259 JimfsPath otherPath = checkPath(other); in resolve()
281 JimfsPath otherPath = checkPath(other); in resolveSibling()
303 JimfsPath otherPath = checkPath(other); in relativize()
435 private JimfsPath checkPath(Path other) {
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DPathChecker.java23 public boolean checkPath(String path) { in checkPath() method in PathChecker
25 return checkPath(parts, null); in checkPath()
32 public boolean checkPath(String path, Map<Row.R3<String,String,String>, ValueStatus> errors) { in checkPath() method in PathChecker
34 return checkPath(parts, errors); in checkPath()
40 …public boolean checkPath(XPathParts parts, Map<Row.R3<String, String, String>, ValueStatus> errors… in checkPath() method in PathChecker
/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/
Dsnapshot_reader.cpp62 checkPath(); // see if default will work. in SnapShotReader()
78 checkPath(); in setSnapshotDir()
195 void SnapShotReader::checkPath() in checkPath() function in SnapShotReader
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestLocalCurrency.java82 String checkPath = "//ldml/numbers/currencies/currency[@type=\"" in TestConsistency() local
84 String localCurrencySymbol = localeData.getWinningValue(checkPath); in TestConsistency()
DTestPersonNameFormatter.java431 …String path = checkPath("//ldml/personNames/personName[@order=\"givenFirst\"][@length=\"long\"][@u… in TestExampleDependencies()
442 …String namePath = checkPath("//ldml/personNames/sampleName[@item=\"givenSurnameOnly\"]/nameField[@… in TestExampleDependencies()
453 private String checkPath(String path) { in checkPath() method in TestPersonNameFormatter
DTestAttributeValues.java237 private void checkPath(String path) { in checkPath() method in TestAttributeValues.PathChecker
/external/OpenCSD/decoder/tests/snapshot_parser_lib/include/
Dsnapshot_reader.h71 void checkPath(); // see if the ini file can be opened on the current path
/external/deqp/modules/gles31/functional/
Des31fAtomicCounterTests.cpp128 …static bool checkPath (const vector<deUint32>& increments, const vector<deUint32>& decrement…
712 bool AtomicCounterTest::checkPath (const vector<deUint32>& increments, const vector<deUint32>& decr… in checkPath() function in deqp::gles31::Functional::__anonf9d5ce9a0111::AtomicCounterTest
848 if (!checkPath(counterIncrements, counterDecrements, getInitialValue(), m_spec)) in checkAndLogCallValues()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
DExampleGenerator.java1878 String checkPath = "//ldml/numbers/currencies/currency[@type=\"" + currency + "\"]/symbol"; in handleCurrencyFormat() local
1879 String currencySymbol = cldrFile.getWinningValue(checkPath); in handleCurrencyFormat()
1908 checkPath = "//ldml/numbers/currencies/currency[@type=\"" + currency + "\"]/symbol"; in handleCurrencyFormat()
1909 currencySymbol = cldrFile.getWinningValue(checkPath); in handleCurrencyFormat()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DCLDRModify.java705 if (!pathChecker.checkPath(newFullPath)) { in replace()
/external/ow2-asm/tools/retrofitter/src/main/resources/
Djdk1.5.0.12.txt.gz