OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:subdirname
(Results
1 - 2
of
2
) sorted by null
/external/libbrillo/brillo/
file_utils_unittest.cc
173
const base::FilePath
subdirname
(dirname.Append(GetRandomSuffix()));
174
const base::FilePath filename(
subdirname
.Append(GetRandomSuffix()));
180
EXPECT_TRUE(base::GetPosixFilePermissions(
subdirname
, &subdir_mode));
230
const base::FilePath
subdirname
(dirname.Append(GetRandomSuffix()));
231
const base::FilePath filename(
subdirname
.Append(GetRandomSuffix()));
238
EXPECT_TRUE(base::GetPosixFilePermissions(
subdirname
, &subdir_mode));
/external/linux-kselftest/tools/testing/selftests/ntb/
ntb_test.sh
141
function
subdirname
()
function
191
echo "Running link tests on: $(
subdirname
$LOC) / $(
subdirname
$REM)"
265
echo "Running spad tests on: $(
subdirname
$LOC) / $(
subdirname
$REM)"
293
echo "Running msg tests on: $(
subdirname
$LOC) / $(
subdirname
$REM)"
417
echo "Running mw$i tests on: $(
subdirname
$LOC) / " \
418
"$(
subdirname
$REM)"
Completed in 204 milliseconds