OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:portdir
(Results
1 - 3
of
3
) sorted by null
/external/libutf/
Makefile
103
PORTDIR
=/usr/ports/$(PORTPLACE)
107
rm -rf $(
PORTDIR
)
108
mkdir $(
PORTDIR
)
110
cat bundle.ports | (cd $(
PORTDIR
) && awk '$$1=="---" && $$3=="---" { ofile=$$2; next} {if(ofile) print >ofile}')
111
(cd $(
PORTDIR
); make makesum)
112
(cd $(
PORTDIR
); make)
113
(cd $(
PORTDIR
); /usr/local/bin/portlint)
114
rm -rf $(
PORTDIR
)/work
115
shar `find $(
PORTDIR
)` > ports.shar
116
(cd $(
PORTDIR
); tar cf - *) | gzip >$(NAME)-$(VERSION)-ports.tg
[
all
...]
/frameworks/base/services/usb/java/com/android/server/usb/
UsbPortManager.java
234
final File
portDir
= new File(SYSFS_CLASS, portId);
235
if (!
portDir
.exists()) {
247
if (!writeFile(
portDir
, SYSFS_PORT_MODE,
257
if (!writeFile(
portDir
, SYSFS_PORT_POWER_ROLE,
267
if (!writeFile(
portDir
, SYSFS_PORT_DATA_ROLE,
416
for (File
portDir
: portDirs) {
417
if (!
portDir
.isDirectory()) {
422
final String portId =
portDir
.getName();
423
final int supportedModes = readSupportedModes(
portDir
);
424
final int currentMode = readCurrentMode(
portDir
);
[
all
...]
/cts/tools/utils/
rm_dup_holo_imgs.py
43
portDir
= getDirName(density, sw, False)
45
portrait = getAllHashes(
portDir
)
Completed in 1359 milliseconds