Movatterモバイル変換


[0]ホーム

URL:


Google Git
Sign in
chromium /chromium /src /refs/heads/main /. /base /base_paths_android.h
blob: 213c815527f6360d6c60e6b8fbb7963a678a6227 [file] [log] [blame] [edit]
// Copyright 2012 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef BASE_BASE_PATHS_ANDROID_H_
#define BASE_BASE_PATHS_ANDROID_H_
// This file declares Android-specific path keys for the base module.
// These can be used with the PathService to access various special
// directories and files.
namespacebase{
enum{
PATH_ANDROID_START=300,
DIR_ANDROID_APP_DATA,// Directory where to put Android app's data.
DIR_ANDROID_EXTERNAL_STORAGE,// Android external storage directory.
PATH_ANDROID_END
};
}// namespace base
#endif// BASE_BASE_PATHS_ANDROID_H_

[8]ページ先頭

©2009-2025 Movatter.jp