OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:parentpath
(Results
1 - 11
of
11
) sorted by null
/external/qemu/android/
user-config.c
55
char*
parentPath
;
87
parentPath
= path_parent(uc->iniPath, 1);
88
if (
parentPath
== NULL) {
94
if (!path_exists(
parentPath
)) {
96
derror("Weird: No content path for this AVD: %s",
parentPath
);
99
DD("creating missing directory: %s",
parentPath
);
100
if (path_mkdir_if_needed(
parentPath
, 0755) < 0) {
102
parentPath
, strerror(errno));
/external/chromium/chrome/browser/ui/cocoa/download/
download_util_mac.mm
33
NSString*
parentPath
= [filePath stringByDeletingLastPathComponent];
35
reinterpret_cast<const UInt8*>([
parentPath
fileSystemRepresentation]),
/external/webkit/Source/WebCore/WebCore.gyp/scripts/
action_derivedsourcesallinone.py
123
(
parentPath
, fileName) = os.path.split(f)
173
(
parentPath
, fileName) = os.path.split(outputFileName)
174
if not os.path.exists(
parentPath
):
175
print
parentPath
176
os.mkdir(
parentPath
)
/external/webkit/Source/WebCore/fileapi/
EntrySync.cpp
101
String
parentPath
= DOMFilePath::getDirectory(fullPath());
102
return DirectoryEntrySync::create(m_fileSystem,
parentPath
);
/development/tools/idegen/src/
Configuration.java
189
String
parentPath
= parent.getPath();
190
if (!
parentPath
.endsWith(packagePath)) {
195
return new File(
parentPath
.substring(
196
0,
parentPath
.length() - packagePath.length()));
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
VMHostTest.java
123
String
parentPath
= f.getParent();
124
if (
parentPath
!= null) {
125
createRemoteDir(device,
parentPath
);
/external/chromium/chrome/browser/chromeos/cros/
mount_library.cc
275
std::string
parentpath
;
local
296
parentpath
= disk->partition_slave();
304
parentpath
,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PostCompilerDeltaVisitor.java
204
IPath
parentPath
= path.removeLastSegments(1);
205
if (mOutputPath.equals(
parentPath
)) {
/packages/apps/Email/src/com/android/email/mail/store/
ImapStore.java
330
String
parentPath
= path.substring(0, delimiterIdx);
331
final ImapFolder parentFolder = mailboxes.get(
parentPath
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoring.java
318
IPath
parentPath
= parent.getProjectRelativePath();
319
final IFile file = project.getFile(new Path(
parentPath
+ WS_SEP + newFileName));
/packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java
[
all
...]
Completed in 1142 milliseconds