Searched refs:path (Results 201 - 225 of 5419) sorted by relevance

1234567891011>>

/external/libchrome/base/test/
H A Dtest_file_util.cc12 bool EvictFileFromSystemCacheWithRetry(const FilePath& path) { argument
16 if (EvictFileFromSystemCache(path))
24 void PrintTo(const FilePath& path, std::ostream* out) { argument
25 *out << path.value();
/external/libchrome/sandbox/linux/syscall_broker/
H A Dbroker_file_permission.h17 // BrokerFilePermission defines a path for whitelisting.
21 // |path| is the path to be whitelisted.
28 static BrokerFilePermission ReadOnly(const std::string& path) { argument
29 return BrokerFilePermission(path, false, false, true, false, false);
32 static BrokerFilePermission ReadOnlyRecursive(const std::string& path) { argument
33 return BrokerFilePermission(path, true, false, true, false, false);
36 static BrokerFilePermission WriteOnly(const std::string& path) { argument
37 return BrokerFilePermission(path, false, false, false, true, false);
40 static BrokerFilePermission ReadWrite(const std::string& path) { argument
44 ReadWriteCreate(const std::string& path) argument
48 ReadWriteCreateUnlink(const std::string& path) argument
52 ReadWriteCreateUnlinkRecursive( const std::string& path) argument
[all...]
/external/llvm/utils/llvm-lit/
H A Dllvm-lit.in11 sys.path.insert(0, os.path.join(llvm_source_root, 'utils', 'lit'))
17 'llvm_site_config' : os.path.join(llvm_obj_root, 'test', 'lit.site.cfg'),
18 'llvm_unit_site_config' : os.path.join(llvm_obj_root, 'test', 'Unit',
22 clang_obj_root = os.path.join(llvm_obj_root, 'tools', 'clang')
24 if os.path.exists(clang_obj_root):
26 os.path.join(clang_obj_root, 'test', 'lit.site.cfg')
27 clang_tools_extra_obj_root = os.path.join(clang_obj_root, 'tools', 'extra')
28 if os.path.exists(clang_tools_extra_obj_root):
30 os.path
[all...]
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DInvalidFilenameException.java19 * Exception thrown when a path/filename is not valid. Causes include:
22 * <li>The path specifies a new filename, but its parent directory does not exist</li>
23 * <li>The path is expected to be a file, but actually specifies an existing directory</li>
31 * @param path - the path involved in the file system operation that caused the exception
33 public InvalidFilenameException(String path) { argument
34 super(path, MESSAGE_KEY);
38 * @param path - the path involved in the file system operation that caused the exception
41 public InvalidFilenameException(String path, Throwabl argument
[all...]
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/
H A DInvalidFilenameException.java19 * Exception thrown when a path/filename is not valid. Causes include:
22 * <li>The path specifies a new filename, but its parent directory does not exist</li>
23 * <li>The path is expected to be a file, but actually specifies an existing directory</li>
31 * @param path - the path involved in the file system operation that caused the exception
33 public InvalidFilenameException(String path) { argument
34 super(path, MESSAGE_KEY);
38 * @param path - the path involved in the file system operation that caused the exception
41 public InvalidFilenameException(String path, Throwabl argument
[all...]
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DInvalidFilenameException.java19 * Exception thrown when a path/filename is not valid. Causes include:
22 * <li>The path specifies a new filename, but its parent directory does not exist</li>
23 * <li>The path is expected to be a file, but actually specifies an existing directory</li>
31 * @param path - the path involved in the file system operation that caused the exception
33 public InvalidFilenameException(String path) { argument
34 super(path, MESSAGE_KEY);
38 * @param path - the path involved in the file system operation that caused the exception
41 public InvalidFilenameException(String path, Throwabl argument
[all...]
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/
H A DInvalidFilenameException.java19 * Exception thrown when a path/filename is not valid. Causes include:
22 * <li>The path specifies a new filename, but its parent directory does not exist</li>
23 * <li>The path is expected to be a file, but actually specifies an existing directory</li>
31 * @param path - the path involved in the file system operation that caused the exception
33 public InvalidFilenameException(String path) { argument
34 super(path, MESSAGE_KEY);
38 * @param path - the path involved in the file system operation that caused the exception
41 public InvalidFilenameException(String path, Throwabl argument
[all...]
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DInvalidFilenameException.java19 * Exception thrown when a path/filename is not valid. Causes include:
22 * <li>The path specifies a new filename, but its parent directory does not exist</li>
23 * <li>The path is expected to be a file, but actually specifies an existing directory</li>
31 * @param path - the path involved in the file system operation that caused the exception
33 public InvalidFilenameException(String path) { argument
34 super(path, MESSAGE_KEY);
38 * @param path - the path involved in the file system operation that caused the exception
41 public InvalidFilenameException(String path, Throwabl argument
[all...]
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DInvalidFilenameException.java19 * Exception thrown when a path/filename is not valid. Causes include:
22 * <li>The path specifies a new filename, but its parent directory does not exist</li>
23 * <li>The path is expected to be a file, but actually specifies an existing directory</li>
31 * @param path - the path involved in the file system operation that caused the exception
33 public InvalidFilenameException(String path) { argument
34 super(path, MESSAGE_KEY);
38 * @param path - the path involved in the file system operation that caused the exception
41 public InvalidFilenameException(String path, Throwabl argument
[all...]
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DInvalidFilenameException.java19 * Exception thrown when a path/filename is not valid. Causes include:
22 * <li>The path specifies a new filename, but its parent directory does not exist</li>
23 * <li>The path is expected to be a file, but actually specifies an existing directory</li>
31 * @param path - the path involved in the file system operation that caused the exception
33 public InvalidFilenameException(String path) { argument
34 super(path, MESSAGE_KEY);
38 * @param path - the path involved in the file system operation that caused the exception
41 public InvalidFilenameException(String path, Throwabl argument
[all...]
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DInvalidFilenameException.java19 * Exception thrown when a path/filename is not valid. Causes include:
22 * <li>The path specifies a new filename, but its parent directory does not exist</li>
23 * <li>The path is expected to be a file, but actually specifies an existing directory</li>
31 * @param path - the path involved in the file system operation that caused the exception
33 public InvalidFilenameException(String path) { argument
34 super(path, MESSAGE_KEY);
38 * @param path - the path involved in the file system operation that caused the exception
41 public InvalidFilenameException(String path, Throwabl argument
[all...]
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DInvalidFilenameException.java19 * Exception thrown when a path/filename is not valid. Causes include:
22 * <li>The path specifies a new filename, but its parent directory does not exist</li>
23 * <li>The path is expected to be a file, but actually specifies an existing directory</li>
31 * @param path - the path involved in the file system operation that caused the exception
33 public InvalidFilenameException(String path) { argument
34 super(path, MESSAGE_KEY);
38 * @param path - the path involved in the file system operation that caused the exception
41 public InvalidFilenameException(String path, Throwabl argument
[all...]
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/
H A DInvalidFilenameException.java19 * Exception thrown when a path/filename is not valid. Causes include:
22 * <li>The path specifies a new filename, but its parent directory does not exist</li>
23 * <li>The path is expected to be a file, but actually specifies an existing directory</li>
31 * @param path - the path involved in the file system operation that caused the exception
33 public InvalidFilenameException(String path) { argument
34 super(path, MESSAGE_KEY);
38 * @param path - the path involved in the file system operation that caused the exception
41 public InvalidFilenameException(String path, Throwabl argument
[all...]
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
H A DInvalidFilenameException.java19 * Exception thrown when a path/filename is not valid. Causes include:
22 * <li>The path specifies a new filename, but its parent directory does not exist</li>
23 * <li>The path is expected to be a file, but actually specifies an existing directory</li>
31 * @param path - the path involved in the file system operation that caused the exception
33 public InvalidFilenameException(String path) { argument
34 super(path, MESSAGE_KEY);
38 * @param path - the path involved in the file system operation that caused the exception
41 public InvalidFilenameException(String path, Throwabl argument
[all...]
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
H A DInvalidFilenameException.java19 * Exception thrown when a path/filename is not valid. Causes include:
22 * <li>The path specifies a new filename, but its parent directory does not exist</li>
23 * <li>The path is expected to be a file, but actually specifies an existing directory</li>
31 * @param path - the path involved in the file system operation that caused the exception
33 public InvalidFilenameException(String path) { argument
34 super(path, MESSAGE_KEY);
38 * @param path - the path involved in the file system operation that caused the exception
41 public InvalidFilenameException(String path, Throwabl argument
[all...]
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/
H A DDirectoryEntry.groovy28 * Construct a new instance without setting its path
34 * Construct a new instance with the specified value for its path
35 * @param path - the value for path
37 DirectoryEntry(String path) {
38 super(path)
/external/skia/gm/
H A Dsmallarc.cpp21 SkPath path; local
22 path.moveTo(75, 0);
23 path.cubicTo(33.5, 0, 0, 33.5, 0, 75);
27 canvas->drawPath(path, p);
/external/vulkan-validation-layers/build-android/gradle-templates/
H A Dlocal.properties11 sdk.dir=/path/to/your/android_sdk
12 ndk.dir=/path/to/your/android_ndk
/external/apache-http/src/org/apache/http/cookie/
H A DCookiePathComparator.java45 * path-match a commmon request-URI. Otherwise, the result of the
61 String path = cookie.getPath();
62 if (path == null) {
63 path = "/";
65 if (!path.endsWith("/")) {
66 path = path + '/';
68 return path;
/external/chromium-trace/catapult/devil/bin/
H A Drun_py_tests9 _CATAPULT_PATH = os.path.abspath(os.path.join(
10 os.path.dirname(__file__), '..', '..'))
11 _DEVIL_PATH = os.path.abspath(os.path.join(
12 os.path.dirname(__file__), '..'))
14 sys.path.append(_CATAPULT_PATH)
/external/vogar/src/vogar/util/
H A DIoUtils.java26 public static void safeMkdirs(File path) { argument
28 if (!path.exists()) {
29 success = path.mkdirs();
30 } else if (!path.isDirectory()) {
31 success = path.delete() && path.mkdirs();
37 throw new RuntimeException("Failed to make directory " + path);
/external/autotest/client/cros/cellular/wardmodem/state_machines/
H A Dcommon.py7 dirname = os.path.dirname(sys.modules[__name__].__file__)
8 client_dir = os.path.abspath(os.path.join(dirname, os.pardir, os.pardir,
10 package_root_dir = os.path.abspath(os.path.join(dirname, os.pardir))
11 sys.path.insert(0, client_dir)
13 sys.path.pop(0)
18 sys.path.insert(0, os.path.join(package_root_dir))
20 print sys.path
[all...]
/external/autotest/client/site_tests/hardware_LightSensor/
H A Dhardware_LightSensor.py32 path = os.path.join(self.job.testdir, "hardware_LightSensor",
34 if os.path.exists(path):
46 path = location + fname
47 if os.path.exists(path):
51 logging.info("Did not find light sensor reading at " + path)
59 logging.info("Found light sensor at " + path)
61 val = utils.read_one_line(path)
[all...]
/external/chromium-trace/catapult/experimental/bisect_lib/
H A Dfetch_revision_info_test.py10 _CATAPULT_PATH = os.path.abspath(os.path.join(
11 os.path.dirname(__file__), os.path.pardir, os.path.pardir))
12 sys.path.insert(0, os.path.join(_CATAPULT_PATH, 'third_party', 'mock'))
18 _TEST_DATA_PATH = os.path.join(os.path.dirname(__file__), 'test_data')
19 _MOCK_RESPONSE_PATH = os.path
[all...]
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
H A DRmdCommandHandler.java40 String path = getRealPath(session, command.getRequiredParameter(0));
43 verifyFileSystemCondition(getFileSystem().exists(path), path, "filesystem.doesNotExist");
44 verifyFileSystemCondition(getFileSystem().isDirectory(path), path, "filesystem.isNotADirectory");
45 verifyFileSystemCondition(getFileSystem().listNames(path).size() == 0, path, "filesystem.directoryIsNotEmpty");
48 verifyWritePermission(session, getFileSystem().getParent(path));
50 getFileSystem().delete(path);
51 sendReply(session, ReplyCodes.RMD_OK, "rmd", list(path));
[all...]

Completed in 1567 milliseconds

1234567891011>>