OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HOME_DIR
(Results
1 - 6
of
6
) sorted by null
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
RunFakeFtpServer.groovy
34
static final
HOME_DIR
= '/home'
39
fileSystem.add(new DirectoryEntry(
HOME_DIR
))
40
fileSystem.add(new DirectoryEntry("$
HOME_DIR
/subdir"))
41
fileSystem.add(new DirectoryEntry("$
HOME_DIR
/subdir2"))
42
fileSystem.add(new FileEntry(path: "$
HOME_DIR
/abc.txt", contents: '1234567890'))
43
fileSystem.add(new FileEntry(path: "$
HOME_DIR
/def.txt", contents: '1234567890'))
44
fileSystem.add(new FileEntry(path: "$
HOME_DIR
/subdir/xyz.txt", contents: '1234567890'))
46
def userAccount = new UserAccount(username: ANONYMOUS, passwordRequiredForLogin: false, homeDirectory:
HOME_DIR
)
FakeFtpServerIntegrationTest.groovy
49
static final
HOME_DIR
= p(ROOT_DIR, "home")
52
static final SUBDIR = p(
HOME_DIR
, SUBDIR_NAME)
55
static final FILE1 = p(
HOME_DIR
, FILENAME1)
119
assert p(ftpClient.printWorkingDirectory()) == p(
HOME_DIR
)
129
assert p(ftpClient.printWorkingDirectory()) == p(
HOME_DIR
)
267
def DIR = p(
HOME_DIR
, 'NewDir')
310
assert ftpClient.printWorkingDirectory() ==
HOME_DIR
396
def names = fileSystem.listNames(
HOME_DIR
)
400
def contents = fileSystem.getEntry(p(
HOME_DIR
, filename)).createInputStream().text
456
userAccount = new UserAccount(USERNAME, PASSWORD,
HOME_DIR
)
[
all
...]
UserAccountTest.groovy
34
private static final
HOME_DIR
= "/usr/user123"
40
def acct = new UserAccount(USERNAME, PASSWORD,
HOME_DIR
)
43
assert acct.homeDirectory ==
HOME_DIR
/external/vogar/
.vogarconfig.example
17
--results-dir <
HOME_DIR
>/.vogar/results/
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/fake/example/
RemoteFileTest.java
34
private static final String
HOME_DIR
= "/";
65
UserAccount userAccount = new UserAccount(RemoteFile.USERNAME, RemoteFile.PASSWORD,
HOME_DIR
);
/external/selinux/libsemanage/src/
semanage_store.c
[
all
...]
Completed in 210 milliseconds